Html Css Color HEX #C00211 Venetian Red

📋 copy color: '#C00211'

red 192 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #C00211

Tints of Venetian Red #C00211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.06%

R = 91%
G = 0.95%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C00211 (or 0xC00211) is known color: Venetian Red. HEX triplet: C0, 02 and 11. RGB value is (192,2,17). Sum of RGB (Red+Green+Blue) = 192+2+17=211 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.00% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 192 - color contains mainly: red. Hex color #C00211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00211 is #3FFDEE. Grayscale: #3C3C3C. Windows color (decimal): -4193775 or 1114816. OLE color: 1114816.

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

Color convert

RGB 192 2 17 -
CMYK 0 0.99 0.91 0.25
HSL 355.26º 0.98% 0.38% -
HSV(B) 355.26º 0.99% 0.75% -
XYZ 21.86 11.29 1.56 -
YUV 60.52 103.45 221.78 -
System Red Green Blue C M Y K H S L
Decimal 192 2 17 0 0.99 0.91 0.25 355.26 0.98 0.38
Hex C0 2 11 0 63 5B 19 163 62 26
Octal 300 2 21 0 143 133 31 543 142 46
Binary 11000000 10 10001 0 1100011 1011011 11001 101100011 1100010 100110

Color Harmonies of #C00211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00211

Black with #C00211

Text Example


Text Example

White with #C00211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00211; }

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

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

background-color css

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

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

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

border-color css

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

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

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