Html Css Color HEX #C00212 Venetian Red

📋 copy color: '#C00212'

red 192 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #C00212

Tints of Venetian Red #C00212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.49%

R = 90.57%
G = 0.94%
B = 8.49%

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

#C00212 (or 0xC00212) is known color: Venetian Red. HEX triplet: C0, 02 and 12. RGB value is (192,2,18). Sum of RGB (Red+Green+Blue) = 192+2+18=212 (28% of max value = 765). Red value is 192 (75.39% from 255 or 90.57% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 192 - color contains mainly: red. Hex color #C00212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00212 is #3FFDED. Grayscale: #3C3C3C. Windows color (decimal): -4193774 or 1180352. OLE color: 1180352.

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

Color convert

RGB 192 2 18 -
CMYK 0 0.99 0.91 0.25
HSL 354.95º 0.98% 0.38% -
HSV(B) 354.95º 0.99% 0.75% -
XYZ 21.87 11.29 1.6 -
YUV 60.63 103.95 221.7 -
System Red Green Blue C M Y K H S L
Decimal 192 2 18 0 0.99 0.91 0.25 354.95 0.98 0.38
Hex C0 2 12 0 63 5B 19 163 62 26
Octal 300 2 22 0 143 133 31 543 142 46
Binary 11000000 10 10010 0 1100011 1011011 11001 101100011 1100010 100110

Color Harmonies of #C00212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00212

Black with #C00212

Text Example


Text Example

White with #C00212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00212; }

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

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

background-color css

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

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

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

border-color css

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

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

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