Html Css Color HEX #CB0213 Venetian Red

📋 copy color: '#CB0213'

red 203 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #CB0213

Tints of Venetian Red #CB0213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.48%

R = 90.63%
G = 0.89%
B = 8.48%

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

#CB0213 (or 0xCB0213) is known color: Venetian Red. HEX triplet: CB, 02 and 13. RGB value is (203,2,19). Sum of RGB (Red+Green+Blue) = 203+2+19=224 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.62% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0213 is #34FDEC. Grayscale: #404040. Windows color (decimal): -3472877 or 1245899. OLE color: 1245899.

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

Color convert

RGB 203 2 19 -
CMYK 0 0.99 0.91 0.20
HSL 354.93º 0.98% 0.4% -
HSV(B) 354.93º 0.99% 0.8% -
XYZ 24.77 12.79 1.78 -
YUV 64.04 102.59 227.12 -
System Red Green Blue C M Y K H S L
Decimal 203 2 19 0 0.99 0.91 0.20 354.93 0.98 0.4
Hex CB 2 13 0 63 5B 14 163 62 28
Octal 313 2 23 0 143 133 24 543 142 50
Binary 11001011 10 10011 0 1100011 1011011 10100 101100011 1100010 101000

Color Harmonies of #CB0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0213

Black with #CB0213

Text Example


Text Example

White with #CB0213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0213; }

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

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

background-color css

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

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

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

border-color css

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

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

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