Html Css Color HEX #C02113 Fire Brick

📋 copy color: '#C02113'

red 192 ◦ green 33 ◦ blue 19

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

Shades of Fire Brick #C02113

Tints of Fire Brick #C02113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.52%

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

R = 78.69%
G = 13.52%
B = 7.79%

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

#C02113 (or 0xC02113) is known color: Fire Brick. HEX triplet: C0, 21 and 13. RGB value is (192,33,19). Sum of RGB (Red+Green+Blue) = 192+33+19=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C02113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02113 is #3FDEEC. Grayscale: #4F4F4F. Windows color (decimal): -4185837 or 1253824. OLE color: 1253824.

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

Color convert

RGB 192 33 19 -
CMYK 0 0.83 0.90 0.25
HSL 4.86º 0.82% 0.41% -
HSV(B) 4.86º 0.9% 0.75% -
XYZ 22.4 12.34 1.82 -
YUV 78.95 94.18 208.64 -
System Red Green Blue C M Y K H S L
Decimal 192 33 19 0 0.83 0.90 0.25 4.86 0.82 0.41
Hex C0 21 13 0 53 5A 19 5 52 29
Octal 300 41 23 0 123 132 31 5 122 51
Binary 11000000 100001 10011 0 1010011 1011010 11001 101 1010010 101001

Color Harmonies of #C02113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02113

Black with #C02113

Text Example


Text Example

White with #C02113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02113; }

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

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

background-color css

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

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

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

border-color css

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

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

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