Html Css Color HEX #C01E13 Fire Brick

📋 copy color: '#C01E13'

red 192 ◦ green 30 ◦ blue 19

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

Shades of Fire Brick #C01E13

Tints of Fire Brick #C01E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.88%

R = 79.67%
G = 12.45%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C01E13 (or 0xC01E13) is known color: Fire Brick. HEX triplet: C0, 1E and 13. RGB value is (192,30,19). Sum of RGB (Red+Green+Blue) = 192+30+19=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01E13 is #3FE1EC. Grayscale: #4D4D4D. Windows color (decimal): -4186605 or 1253056. OLE color: 1253056.

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

Color convert

RGB 192 30 19 -
CMYK 0 0.84 0.90 0.25
HSL 3.82º 0.82% 0.41% -
HSV(B) 3.82º 0.9% 0.75% -
XYZ 22.32 12.18 1.79 -
YUV 77.18 95.17 209.89 -
System Red Green Blue C M Y K H S L
Decimal 192 30 19 0 0.84 0.90 0.25 3.82 0.82 0.41
Hex C0 1E 13 0 54 5A 19 4 52 29
Octal 300 36 23 0 124 132 31 4 122 51
Binary 11000000 11110 10011 0 1010100 1011010 11001 100 1010010 101001

Color Harmonies of #C01E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E13

Black with #C01E13

Text Example


Text Example

White with #C01E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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