Html Css Color HEX #C02114 Fire Brick

📋 copy color: '#C02114'

red 192 ◦ green 33 ◦ blue 20

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

Shades of Fire Brick #C02114

Tints of Fire Brick #C02114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 78.37%
G = 13.47%
B = 8.16%

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

#C02114 (or 0xC02114) is known color: Fire Brick. HEX triplet: C0, 21 and 14. RGB value is (192,33,20). Sum of RGB (Red+Green+Blue) = 192+33+20=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C02114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02114 is #3FDEEB. Grayscale: #4F4F4F. Windows color (decimal): -4185836 or 1319360. OLE color: 1319360.

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

Color convert

RGB 192 33 20 -
CMYK 0 0.83 0.90 0.25
HSL 4.53º 0.81% 0.42% -
HSV(B) 4.53º 0.9% 0.75% -
XYZ 22.41 12.34 1.86 -
YUV 79.06 94.68 208.56 -
System Red Green Blue C M Y K H S L
Decimal 192 33 20 0 0.83 0.90 0.25 4.53 0.81 0.42
Hex C0 21 14 0 53 5A 19 5 51 2A
Octal 300 41 24 0 123 132 31 5 121 52
Binary 11000000 100001 10100 0 1010011 1011010 11001 101 1010001 101010

Color Harmonies of #C02114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02114

Black with #C02114

Text Example


Text Example

White with #C02114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02114; }

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

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

background-color css

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

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

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

border-color css

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

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

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