Html Css Color HEX #C01D0F Fire Brick

📋 copy color: '#C01D0F'

red 192 ◦ green 29 ◦ blue 15

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

Shades of Fire Brick #C01D0F

Tints of Fire Brick #C01D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.36%

R = 81.36%
G = 12.29%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C01D0F (or 0xC01D0F) is known color: Fire Brick. HEX triplet: C0, 1D and 0F. RGB value is (192,29,15). Sum of RGB (Red+Green+Blue) = 192+29+15=236 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.36% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01D0F is #3FE2F0. Grayscale: #4C4C4C. Windows color (decimal): -4186865 or 990656. OLE color: 990656.

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

Color convert

RGB 192 29 15 -
CMYK 0 0.85 0.92 0.25
HSL 4.75º 0.86% 0.41% -
HSV(B) 4.75º 0.92% 0.75% -
XYZ 22.26 12.12 1.62 -
YUV 76.14 93.5 210.64 -
System Red Green Blue C M Y K H S L
Decimal 192 29 15 0 0.85 0.92 0.25 4.75 0.86 0.41
Hex C0 1D F 0 55 5C 19 5 56 29
Octal 300 35 17 0 125 134 31 5 126 51
Binary 11000000 11101 1111 0 1010101 1011100 11001 101 1010110 101001

Color Harmonies of #C01D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01D0F

Black with #C01D0F

Text Example


Text Example

White with #C01D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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