Html Css Color HEX #C02019 Fire Brick

📋 copy color: '#C02019'

red 192 ◦ green 32 ◦ blue 25

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

Shades of Fire Brick #C02019

Tints of Fire Brick #C02019

RGB

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

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

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

R = 77.11%
G = 12.85%
B = 10.04%

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

#C02019 (or 0xC02019) is known color: Fire Brick. HEX triplet: C0, 20 and 19. RGB value is (192,32,25). Sum of RGB (Red+Green+Blue) = 192+32+25=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C02019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02019 is #3FDFE6. Grayscale: #4F4F4F. Windows color (decimal): -4186087 or 1646784. OLE color: 1646784.

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

Color convert

RGB 192 32 25 -
CMYK 0 0.83 0.87 0.25
HSL 2.51º 0.77% 0.43% -
HSV(B) 2.51º 0.87% 0.75% -
XYZ 22.43 12.31 2.11 -
YUV 79.04 97.51 208.57 -
System Red Green Blue C M Y K H S L
Decimal 192 32 25 0 0.83 0.87 0.25 2.51 0.77 0.43
Hex C0 20 19 0 53 57 19 3 4D 2B
Octal 300 40 31 0 123 127 31 3 115 53
Binary 11000000 100000 11001 0 1010011 1010111 11001 11 1001101 101011

Color Harmonies of #C02019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02019

Black with #C02019

Text Example


Text Example

White with #C02019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02019; }

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

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

background-color css

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

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

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

border-color css

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

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

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