Html Css Color HEX #C01D0E Fire Brick

📋 copy color: '#C01D0E'

red 192 ◦ green 29 ◦ blue 14

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

Shades of Fire Brick #C01D0E

Tints of Fire Brick #C01D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.96%

R = 81.7%
G = 12.34%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C01D0E (or 0xC01D0E) is known color: Fire Brick. HEX triplet: C0, 1D and 0E. RGB value is (192,29,14). Sum of RGB (Red+Green+Blue) = 192+29+14=235 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.70% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01D0E is #3FE2F1. Grayscale: #4C4C4C. Windows color (decimal): -4186866 or 925120. OLE color: 925120.

HSL color Cylindrical-coordinate representation of color #C01D0E: hue angle of 5.06º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C01D0E is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 29 14 -
CMYK 0 0.85 0.93 0.25
HSL 5.06º 0.86% 0.4% -
HSV(B) 5.06º 0.93% 0.75% -
XYZ 22.26 12.12 1.58 -
YUV 76.03 93 210.72 -
System Red Green Blue C M Y K H S L
Decimal 192 29 14 0 0.85 0.93 0.25 5.06 0.86 0.4
Hex C0 1D E 0 55 5D 19 5 56 28
Octal 300 35 16 0 125 135 31 5 126 50
Binary 11000000 11101 1110 0 1010101 1011101 11001 101 1010110 101000

Color Harmonies of #C01D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01D0E

Black with #C01D0E

Text Example


Text Example

White with #C01D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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