Html Css Color HEX #C01D17 Fire Brick

📋 copy color: '#C01D17'

red 192 ◦ green 29 ◦ blue 23

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

Shades of Fire Brick #C01D17

Tints of Fire Brick #C01D17

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.89%

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

R = 78.69%
G = 11.89%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C01D17 (or 0xC01D17) is known color: Fire Brick. HEX triplet: C0, 1D and 17. RGB value is (192,29,23). Sum of RGB (Red+Green+Blue) = 192+29+23=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01D17 is #3FE2E8. Grayscale: #4D4D4D. Windows color (decimal): -4186857 or 1514944. OLE color: 1514944.

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

Color convert

RGB 192 29 23 -
CMYK 0 0.85 0.88 0.25
HSL 2.13º 0.79% 0.42% -
HSV(B) 2.13º 0.88% 0.75% -
XYZ 22.33 12.15 1.98 -
YUV 77.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 192 29 23 0 0.85 0.88 0.25 2.13 0.79 0.42
Hex C0 1D 17 0 55 58 19 2 4F 2A
Octal 300 35 27 0 125 130 31 2 117 52
Binary 11000000 11101 10111 0 1010101 1011000 11001 10 1001111 101010

Color Harmonies of #C01D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01D17

Black with #C01D17

Text Example


Text Example

White with #C01D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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