Html Css Color HEX #CB0212 Venetian Red

📋 copy color: '#CB0212'

red 203 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #CB0212

Tints of Venetian Red #CB0212

RGB

 RED value IS 203 (79.69% from 255) = 91.03%

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

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

R = 91.03%
G = 0.9%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB0212 (or 0xCB0212) is known color: Venetian Red. HEX triplet: CB, 02 and 12. RGB value is (203,2,18). Sum of RGB (Red+Green+Blue) = 203+2+18=223 (29% of max value = 765). Red value is 203 (79.69% from 255 or 91.03% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0212 is #34FDED. Grayscale: #404040. Windows color (decimal): -3472878 or 1180363. OLE color: 1180363.

HSL color Cylindrical-coordinate representation of color #CB0212: hue angle of 355.22º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0212 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 2 18 -
CMYK 0 0.99 0.91 0.20
HSL 355.22º 0.98% 0.4% -
HSV(B) 355.22º 0.99% 0.8% -
XYZ 24.76 12.78 1.73 -
YUV 63.92 102.09 227.2 -
System Red Green Blue C M Y K H S L
Decimal 203 2 18 0 0.99 0.91 0.20 355.22 0.98 0.4
Hex CB 2 12 0 63 5B 14 163 62 28
Octal 313 2 22 0 143 133 24 543 142 50
Binary 11001011 10 10010 0 1100011 1011011 10100 101100011 1100010 101000

Color Harmonies of #CB0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0212

Black with #CB0212

Text Example


Text Example

White with #CB0212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0212; }

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

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

background-color css

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

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

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

border-color css

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

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

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