Html Css Color HEX #C71F18 Fire Brick

📋 copy color: '#C71F18'

red 199 ◦ green 31 ◦ blue 24

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

Shades of Fire Brick #C71F18

Tints of Fire Brick #C71F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.2%

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

R = 78.35%
G = 12.2%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C71F18 (or 0xC71F18) is known color: Fire Brick. HEX triplet: C7, 1F and 18. RGB value is (199,31,24). Sum of RGB (Red+Green+Blue) = 199+31+24=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71F18 is #38E0E7. Grayscale: #505050. Windows color (decimal): -3727592 or 1580999. OLE color: 1580999.

HSL color Cylindrical-coordinate representation of color #C71F18: hue angle of 2.4º 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 #C71F18 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 31 24 -
CMYK 0 0.84 0.88 0.22
HSL 2.4º 0.78% 0.44% -
HSV(B) 2.4º 0.88% 0.78% -
XYZ 24.21 13.19 2.13 -
YUV 80.43 96.16 212.57 -
System Red Green Blue C M Y K H S L
Decimal 199 31 24 0 0.84 0.88 0.22 2.4 0.78 0.44
Hex C7 1F 18 0 54 58 16 2 4E 2C
Octal 307 37 30 0 124 130 26 2 116 54
Binary 11000111 11111 11000 0 1010100 1011000 10110 10 1001110 101100

Color Harmonies of #C71F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F18

Black with #C71F18

Text Example


Text Example

White with #C71F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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