Html Css Color HEX #CB020E Venetian Red

📋 copy color: '#CB020E'

red 203 ◦ green 2 ◦ blue 14

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

Shades of Venetian Red #CB020E

Tints of Venetian Red #CB020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.39%

R = 92.69%
G = 0.91%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB020E (or 0xCB020E) is known color: Venetian Red. HEX triplet: CB, 02 and 0E. RGB value is (203,2,14). Sum of RGB (Red+Green+Blue) = 203+2+14=219 (29% of max value = 765). Red value is 203 (79.69% from 255 or 92.69% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 14 (5.86% from 255 or 6.39% from 219); Max value from RGB is 203 - color contains mainly: red. Hex color #CB020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB020E is #34FDF1. Grayscale: #3F3F3F. Windows color (decimal): -3472882 or 918219. OLE color: 918219.

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

Color convert

RGB 203 2 14 -
CMYK 0 0.99 0.93 0.20
HSL 356.42º 0.98% 0.4% -
HSV(B) 356.42º 0.99% 0.8% -
XYZ 24.73 12.77 1.58 -
YUV 63.47 100.09 227.52 -
System Red Green Blue C M Y K H S L
Decimal 203 2 14 0 0.99 0.93 0.20 356.42 0.98 0.4
Hex CB 2 E 0 63 5D 14 164 62 28
Octal 313 2 16 0 143 135 24 544 142 50
Binary 11001011 10 1110 0 1100011 1011101 10100 101100100 1100010 101000

Color Harmonies of #CB020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB020E

Black with #CB020E

Text Example


Text Example

White with #CB020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB020E; }

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

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

background-color css

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

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

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

border-color css

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

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

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