Html Css Color HEX #CB021E Venetian Red

📋 copy color: '#CB021E'

red 203 ◦ green 2 ◦ blue 30

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

Shades of Venetian Red #CB021E

Tints of Venetian Red #CB021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.77%

R = 86.38%
G = 0.85%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB021E (or 0xCB021E) is known color: Venetian Red. HEX triplet: CB, 02 and 1E. RGB value is (203,2,30). Sum of RGB (Red+Green+Blue) = 203+2+30=235 (31% of max value = 765). Red value is 203 (79.69% from 255 or 86.38% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 203 - color contains mainly: red. Hex color #CB021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB021E is #34FDE1. Grayscale: #414141. Windows color (decimal): -3472866 or 1966795. OLE color: 1966795.

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

Color convert

RGB 203 2 30 -
CMYK 0 0.99 0.85 0.20
HSL 351.64º 0.98% 0.4% -
HSV(B) 351.64º 0.99% 0.8% -
XYZ 24.88 12.83 2.39 -
YUV 65.29 108.09 226.22 -
System Red Green Blue C M Y K H S L
Decimal 203 2 30 0 0.99 0.85 0.20 351.64 0.98 0.4
Hex CB 2 1E 0 63 55 14 160 62 28
Octal 313 2 36 0 143 125 24 540 142 50
Binary 11001011 10 11110 0 1100011 1010101 10100 101100000 1100010 101000

Color Harmonies of #CB021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB021E

Black with #CB021E

Text Example


Text Example

White with #CB021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB021E; }

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

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

background-color css

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

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

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

border-color css

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

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

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