Html Css Color HEX #C02119 Fire Brick

📋 copy color: '#C02119'

red 192 ◦ green 33 ◦ blue 25

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

Shades of Fire Brick #C02119

Tints of Fire Brick #C02119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10%

R = 76.8%
G = 13.2%
B = 10%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C02119 (or 0xC02119) is known color: Fire Brick. HEX triplet: C0, 21 and 19. RGB value is (192,33,25). Sum of RGB (Red+Green+Blue) = 192+33+25=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C02119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02119 is #3FDEE6. Grayscale: #4F4F4F. Windows color (decimal): -4185831 or 1647040. OLE color: 1647040.

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

Color convert

RGB 192 33 25 -
CMYK 0 0.83 0.87 0.25
HSL 2.87º 0.77% 0.43% -
HSV(B) 2.87º 0.87% 0.75% -
XYZ 22.46 12.36 2.12 -
YUV 79.63 97.18 208.15 -
System Red Green Blue C M Y K H S L
Decimal 192 33 25 0 0.83 0.87 0.25 2.87 0.77 0.43
Hex C0 21 19 0 53 57 19 3 4D 2B
Octal 300 41 31 0 123 127 31 3 115 53
Binary 11000000 100001 11001 0 1010011 1010111 11001 11 1001101 101011

Color Harmonies of #C02119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02119

Black with #C02119

Text Example


Text Example

White with #C02119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02119; }

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

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

background-color css

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

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

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

border-color css

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

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

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