Html Css Color HEX #CB022C Venetian Red

📋 copy color: '#CB022C'

red 203 ◦ green 2 ◦ blue 44

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

Shades of Venetian Red #CB022C

Tints of Venetian Red #CB022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.67%

R = 81.53%
G = 0.8%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB022C (or 0xCB022C) is known color: Venetian Red. HEX triplet: CB, 02 and 2C. RGB value is (203,2,44). Sum of RGB (Red+Green+Blue) = 203+2+44=249 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.53% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 203 - color contains mainly: red. Hex color #CB022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB022C is #34FDD3. Grayscale: #424242. Windows color (decimal): -3472852 or 2884299. OLE color: 2884299.

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

Color convert

RGB 203 2 44 -
CMYK 0 0.99 0.78 0.20
HSL 347.46º 0.98% 0.4% -
HSV(B) 347.46º 0.99% 0.8% -
XYZ 25.1 12.92 3.55 -
YUV 66.89 115.09 225.08 -
System Red Green Blue C M Y K H S L
Decimal 203 2 44 0 0.99 0.78 0.20 347.46 0.98 0.4
Hex CB 2 2C 0 63 4E 14 15B 62 28
Octal 313 2 54 0 143 116 24 533 142 50
Binary 11001011 10 101100 0 1100011 1001110 10100 101011011 1100010 101000

Color Harmonies of #CB022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB022C

Black with #CB022C

Text Example


Text Example

White with #CB022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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