Html Css Color HEX #C00224 Venetian Red

📋 copy color: '#C00224'

red 192 ◦ green 2 ◦ blue 36

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

Shades of Venetian Red #C00224

Tints of Venetian Red #C00224

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 83.48%
G = 0.87%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C00224 (or 0xC00224) is known color: Venetian Red. HEX triplet: C0, 02 and 24. RGB value is (192,2,36). Sum of RGB (Red+Green+Blue) = 192+2+36=230 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.48% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 192 - color contains mainly: red. Hex color #C00224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00224 is #3FFDDB. Grayscale: #3E3E3E. Windows color (decimal): -4193756 or 2360000. OLE color: 2360000.

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

Color convert

RGB 192 2 36 -
CMYK 0 0.99 0.81 0.25
HSL 349.26º 0.98% 0.38% -
HSV(B) 349.26º 0.99% 0.75% -
XYZ 22.08 11.38 2.7 -
YUV 62.69 112.95 220.24 -
System Red Green Blue C M Y K H S L
Decimal 192 2 36 0 0.99 0.81 0.25 349.26 0.98 0.38
Hex C0 2 24 0 63 51 19 15D 62 26
Octal 300 2 44 0 143 121 31 535 142 46
Binary 11000000 10 100100 0 1100011 1010001 11001 101011101 1100010 100110

Color Harmonies of #C00224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00224

Black with #C00224

Text Example


Text Example

White with #C00224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00224; }

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

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

background-color css

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

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

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

border-color css

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

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

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