Html Css Color HEX #C91712 Fire Brick

📋 copy color: '#C91712'

red 201 ◦ green 23 ◦ blue 18

#C91712
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #C91712

Tints of Fire Brick #C91712

RGB

 RED value IS 201 (78.91% from 255) = 83.06%

 GREEN value IS 23 (9.38% from 255) = 9.5%

 BLUE value IS 18 (7.42% from 255) = 7.44%

R = 83.06%
G = 9.5%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C91712 (or 0xC91712) is known color: Fire Brick. HEX triplet: C9, 17 and 12. RGB value is (201,23,18). Sum of RGB (Red+Green+Blue) = 201+23+18=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C91712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91712 is #36E8ED. Grayscale: #4B4B4B. Windows color (decimal): -3598574 or 1185737. OLE color: 1185737.

HSL color Cylindrical-coordinate representation of color #C91712: hue angle of 1.64º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91712 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 23 18 -
CMYK 0 0.89 0.91 0.21
HSL 1.64º 0.84% 0.43% -
HSV(B) 1.64º 0.91% 0.79% -
XYZ 24.5 13.07 1.8 -
YUV 75.65 95.47 217.41 -
System Red Green Blue C M Y K H S L
Decimal 201 23 18 0 0.89 0.91 0.21 1.64 0.84 0.43
Hex C9 17 12 0 59 5B 15 2 54 2B
Octal 311 27 22 0 131 133 25 2 124 53
Binary 11001001 10111 10010 0 1011001 1011011 10101 10 1010100 101011

Color Harmonies of #C91712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91712

Black with #C91712

Text Example


Text Example

White with #C91712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91712; }

 p { color: rgb(201,23,18); }

 H1.HeaderClassName
 {
   color: #C91712;
 }
 .AnyTagClassName
 {
   color: #C91712;
 }
</style>

background-color css

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

 a { background-color: rgb(201,23,18); }

 div.DivClassName
 {
   background-color: #C91712;
 }
 .BgClassName
 {
   background-color: #C91712;
 }
</style>

border-color css

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

 span { border-color: rgb(201,23,18); }

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