Html Css Color HEX #C02C24 Fire Brick

📋 copy color: '#C02C24'

red 192 ◦ green 44 ◦ blue 36

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

Shades of Fire Brick #C02C24

Tints of Fire Brick #C02C24

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.18%

 BLUE value IS 36 (14.45% from 255) = 13.24%

R = 70.59%
G = 16.18%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C02C24 (or 0xC02C24) is known color: Fire Brick. HEX triplet: C0, 2C and 24. RGB value is (192,44,36). Sum of RGB (Red+Green+Blue) = 192+44+36=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C24 is #3FD3DB. Grayscale: #575757. Windows color (decimal): -4183004 or 2370752. OLE color: 2370752.

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

Color convert

RGB 192 44 36 -
CMYK 0 0.77 0.81 0.25
HSL 3.08º 0.68% 0.45% -
HSV(B) 3.08º 0.81% 0.75% -
XYZ 22.96 13.14 2.99 -
YUV 87.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 192 44 36 0 0.77 0.81 0.25 3.08 0.68 0.45
Hex C0 2C 24 0 4D 51 19 3 44 2D
Octal 300 54 44 0 115 121 31 3 104 55
Binary 11000000 101100 100100 0 1001101 1010001 11001 11 1000100 101101

Color Harmonies of #C02C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02C24

Black with #C02C24

Text Example


Text Example

White with #C02C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02C24; }

 p { color: rgb(192,44,36); }

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

background-color css

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

 a { background-color: rgb(192,44,36); }

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

border-color css

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

 span { border-color: rgb(192,44,36); }

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