Html Css Color HEX #C71E18 Fire Brick

📋 copy color: '#C71E18'

red 199 ◦ green 30 ◦ blue 24

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

Shades of Fire Brick #C71E18

Tints of Fire Brick #C71E18

RGB

 RED value IS 199 (78.13% from 255) = 78.66%

 GREEN value IS 30 (12.11% from 255) = 11.86%

 BLUE value IS 24 (9.77% from 255) = 9.49%

R = 78.66%
G = 11.86%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C71E18 (or 0xC71E18) is known color: Fire Brick. HEX triplet: C7, 1E and 18. RGB value is (199,30,24). Sum of RGB (Red+Green+Blue) = 199+30+24=253 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.66% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71E18 is #38E1E7. Grayscale: #505050. Windows color (decimal): -3727848 or 1580743. OLE color: 1580743.

HSL color Cylindrical-coordinate representation of color #C71E18: hue angle of 2.06º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71E18 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 30 24 -
CMYK 0 0.85 0.88 0.22
HSL 2.06º 0.78% 0.44% -
HSV(B) 2.06º 0.88% 0.78% -
XYZ 24.18 13.14 2.13 -
YUV 79.85 96.49 212.99 -
System Red Green Blue C M Y K H S L
Decimal 199 30 24 0 0.85 0.88 0.22 2.06 0.78 0.44
Hex C7 1E 18 0 55 58 16 2 4E 2C
Octal 307 36 30 0 125 130 26 2 116 54
Binary 11000111 11110 11000 0 1010101 1011000 10110 10 1001110 101100

Color Harmonies of #C71E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71E18

Black with #C71E18

Text Example


Text Example

White with #C71E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71E18; }

 p { color: rgb(199,30,24); }

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

background-color css

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

 a { background-color: rgb(199,30,24); }

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

border-color css

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

 span { border-color: rgb(199,30,24); }

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