Html Css Color HEX #C02117 Fire Brick

📋 copy color: '#C02117'

red 192 ◦ green 33 ◦ blue 23

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

Shades of Fire Brick #C02117

Tints of Fire Brick #C02117

RGB

 RED value IS 192 (75.39% from 255) = 77.42%

 GREEN value IS 33 (13.28% from 255) = 13.31%

 BLUE value IS 23 (9.38% from 255) = 9.27%

R = 77.42%
G = 13.31%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C02117 (or 0xC02117) is known color: Fire Brick. HEX triplet: C0, 21 and 17. RGB value is (192,33,23). Sum of RGB (Red+Green+Blue) = 192+33+23=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C02117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02117 is #3FDEE8. Grayscale: #4F4F4F. Windows color (decimal): -4185833 or 1515968. OLE color: 1515968.

HSL color Cylindrical-coordinate representation of color #C02117: hue angle of 3.55º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C02117 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 33 23 -
CMYK 0 0.83 0.88 0.25
HSL 3.55º 0.79% 0.42% -
HSV(B) 3.55º 0.88% 0.75% -
XYZ 22.44 12.36 2.01 -
YUV 79.4 96.18 208.31 -
System Red Green Blue C M Y K H S L
Decimal 192 33 23 0 0.83 0.88 0.25 3.55 0.79 0.42
Hex C0 21 17 0 53 58 19 4 4F 2A
Octal 300 41 27 0 123 130 31 4 117 52
Binary 11000000 100001 10111 0 1010011 1011000 11001 100 1001111 101010

Color Harmonies of #C02117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02117

Black with #C02117

Text Example


Text Example

White with #C02117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02117; }

 p { color: rgb(192,33,23); }

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

background-color css

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

 a { background-color: rgb(192,33,23); }

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

border-color css

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

 span { border-color: rgb(192,33,23); }

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