Html Css Color HEX #C01817 Fire Brick

📋 copy color: '#C01817'

red 192 ◦ green 24 ◦ blue 23

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

Shades of Fire Brick #C01817

Tints of Fire Brick #C01817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.04%

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

R = 80.33%
G = 10.04%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C01817 (or 0xC01817) is known color: Fire Brick. HEX triplet: C0, 18 and 17. RGB value is (192,24,23). Sum of RGB (Red+Green+Blue) = 192+24+23=239 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.33% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 192 - color contains mainly: red. Hex color #C01817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01817 is #3FE7E8. Grayscale: #4A4A4A. Windows color (decimal): -4188137 or 1513664. OLE color: 1513664.

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

Color convert

RGB 192 24 23 -
CMYK 0 0.88 0.88 0.25
HSL 0.36º 0.79% 0.42% -
HSV(B) 0.36º 0.88% 0.75% -
XYZ 22.22 11.92 1.94 -
YUV 74.12 99.16 212.08 -
System Red Green Blue C M Y K H S L
Decimal 192 24 23 0 0.88 0.88 0.25 0.36 0.79 0.42
Hex C0 18 17 0 58 58 19 0 4F 2A
Octal 300 30 27 0 130 130 31 0 117 52
Binary 11000000 11000 10111 0 1011000 1011000 11001 0 1001111 101010

Color Harmonies of #C01817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01817

Black with #C01817

Text Example


Text Example

White with #C01817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01817; }

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

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

background-color css

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

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

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

border-color css

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

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

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