#9C1D25

Color #9C1D25 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #9C1D25

Tints of Bright Red #9C1D25

Color information

#9C1D25 (or 0x9C1D25) is unknown color: approx Bright Red. HEX triplet: 9C, 1D and 25. RGB value is (156,29,37). Sum of RGB (Red+Green+Blue) = 156+29+37=222 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.27% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1D25 is #63E2DA. Grayscale: #434343. Windows color (decimal): -6546139 or 2432412. OLE color: 2432412.

HSL color Cylindrical-coordinate representation of color #9C1D25: hue angle of 356.22º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C1D25 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB1562937-
CMYK00.810.760.39
HSL356.22º68.65%36.27%-
HSV(B)356.22º81.41%61.18%-
XYZ14.488.082.55-
YUV67.89110.58190.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 70.27%
GREEN value IS 29 (11.72% from 255) = 13.06%
BLUE value IS 37 (14.84% from 255) = 16.67%
R=70.27%
G=13.06%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156293700.810.760.39356.2268.6536.27
Hex9C1D250514C271644524
Octal234354501211144754410544
Binary10011100111011001010101000110011001001111011001001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C1D25; }

 p { color: rgb(156,29,37); }

 H1.HeaderClassName
 {
   color: #9C1D25;
 }
 .AnyTagClassName
 {
   color: #9C1D25;
 }
</style>
background-color css

<style>
 a { background-color: #9C1D25; }

 a { background-color: rgb(156,29,37); }

 div.DivClassName
 {
   background-color: #9C1D25;
 }
 .BgClassName
 {
   background-color: #9C1D25;
 }
</style>
border-color css

<style>
 span { border-color: #9C1D25; }

 span { border-color: rgb(156,29,37); }

 td.TdClassName
 {
   border-color: #9C1D25;
 }
 .TagClassName
 {
   border-color: #9C1D25;
 }
</style>