Html Css Color HEX #CB021B Venetian Red

📋 copy color: '#CB021B'

red 203 ◦ green 2 ◦ blue 27

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

Shades of Venetian Red #CB021B

Tints of Venetian Red #CB021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.64%

R = 87.5%
G = 0.86%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB021B (or 0xCB021B) is known color: Venetian Red. HEX triplet: CB, 02 and 1B. RGB value is (203,2,27). Sum of RGB (Red+Green+Blue) = 203+2+27=232 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.5% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 203 - color contains mainly: red. Hex color #CB021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB021B is #34FDE4. Grayscale: #414141. Windows color (decimal): -3472869 or 1770187. OLE color: 1770187.

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

Color convert

RGB 203 2 27 -
CMYK 0 0.99 0.87 0.20
HSL 352.54º 0.98% 0.4% -
HSV(B) 352.54º 0.99% 0.8% -
XYZ 24.85 12.82 2.2 -
YUV 64.95 106.59 226.47 -
System Red Green Blue C M Y K H S L
Decimal 203 2 27 0 0.99 0.87 0.20 352.54 0.98 0.4
Hex CB 2 1B 0 63 57 14 161 62 28
Octal 313 2 33 0 143 127 24 541 142 50
Binary 11001011 10 11011 0 1100011 1010111 10100 101100001 1100010 101000

Color Harmonies of #CB021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB021B

Black with #CB021B

Text Example


Text Example

White with #CB021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB021B; }

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

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

background-color css

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

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

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

border-color css

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

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

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