Html Css Color HEX #C02013 Fire Brick

📋 copy color: '#C02013'

red 192 ◦ green 32 ◦ blue 19

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

Shades of Fire Brick #C02013

Tints of Fire Brick #C02013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.17%

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

R = 79.01%
G = 13.17%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C02013 (or 0xC02013) is known color: Fire Brick. HEX triplet: C0, 20 and 13. RGB value is (192,32,19). Sum of RGB (Red+Green+Blue) = 192+32+19=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C02013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02013 is #3FDFEC. Grayscale: #4E4E4E. Windows color (decimal): -4186093 or 1253568. OLE color: 1253568.

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

Color convert

RGB 192 32 19 -
CMYK 0 0.83 0.90 0.25
HSL 4.51º 0.82% 0.41% -
HSV(B) 4.51º 0.9% 0.75% -
XYZ 22.37 12.29 1.81 -
YUV 78.36 94.51 209.06 -
System Red Green Blue C M Y K H S L
Decimal 192 32 19 0 0.83 0.90 0.25 4.51 0.82 0.41
Hex C0 20 13 0 53 5A 19 5 52 29
Octal 300 40 23 0 123 132 31 5 122 51
Binary 11000000 100000 10011 0 1010011 1011010 11001 101 1010010 101001

Color Harmonies of #C02013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02013

Black with #C02013

Text Example


Text Example

White with #C02013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02013; }

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

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

background-color css

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

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

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

border-color css

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

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

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