Html Css Color HEX #C00210 Venetian Red

📋 copy color: '#C00210'

red 192 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #C00210

Tints of Venetian Red #C00210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.62%

R = 91.43%
G = 0.95%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C00210 (or 0xC00210) is known color: Venetian Red. HEX triplet: C0, 02 and 10. RGB value is (192,2,16). Sum of RGB (Red+Green+Blue) = 192+2+16=210 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.43% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 192 - color contains mainly: red. Hex color #C00210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00210 is #3FFDEF. Grayscale: #3C3C3C. Windows color (decimal): -4193776 or 1049280. OLE color: 1049280.

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

Color convert

RGB 192 2 16 -
CMYK 0 0.99 0.92 0.25
HSL 355.58º 0.98% 0.38% -
HSV(B) 355.58º 0.99% 0.75% -
XYZ 21.85 11.29 1.52 -
YUV 60.41 102.95 221.86 -
System Red Green Blue C M Y K H S L
Decimal 192 2 16 0 0.99 0.92 0.25 355.58 0.98 0.38
Hex C0 2 10 0 63 5C 19 164 62 26
Octal 300 2 20 0 143 134 31 544 142 46
Binary 11000000 10 10000 0 1100011 1011100 11001 101100100 1100010 100110

Color Harmonies of #C00210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00210

Black with #C00210

Text Example


Text Example

White with #C00210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00210; }

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

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

background-color css

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

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

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

border-color css

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

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

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