Html Css Color HEX #C01E1C Fire Brick

📋 copy color: '#C01E1C'

red 192 ◦ green 30 ◦ blue 28

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

Shades of Fire Brick #C01E1C

Tints of Fire Brick #C01E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12%

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 76.8%
G = 12%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C01E1C (or 0xC01E1C) is known color: Fire Brick. HEX triplet: C0, 1E and 1C. RGB value is (192,30,28). Sum of RGB (Red+Green+Blue) = 192+30+28=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E1C is #3FE1E3. Grayscale: #4E4E4E. Windows color (decimal): -4186596 or 1842880. OLE color: 1842880.

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

Color convert

RGB 192 30 28 -
CMYK 0 0.84 0.85 0.25
HSL 0.73º 0.75% 0.43% -
HSV(B) 0.73º 0.85% 0.75% -
XYZ 22.41 12.22 2.28 -
YUV 78.21 99.67 209.16 -
System Red Green Blue C M Y K H S L
Decimal 192 30 28 0 0.84 0.85 0.25 0.73 0.75 0.43
Hex C0 1E 1C 0 54 55 19 1 4B 2B
Octal 300 36 34 0 124 125 31 1 113 53
Binary 11000000 11110 11100 0 1010100 1010101 11001 1 1001011 101011

Color Harmonies of #C01E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E1C

Black with #C01E1C

Text Example


Text Example

White with #C01E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E1C; }

 p { color: rgb(192,30,28); }

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

background-color css

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

 a { background-color: rgb(192,30,28); }

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

border-color css

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

 span { border-color: rgb(192,30,28); }

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