Html Css Color HEX #CB021C Venetian Red

📋 copy color: '#CB021C'

red 203 ◦ green 2 ◦ blue 28

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

Shades of Venetian Red #CB021C

Tints of Venetian Red #CB021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.02%

R = 87.12%
G = 0.86%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB021C (or 0xCB021C) is known color: Venetian Red. HEX triplet: CB, 02 and 1C. RGB value is (203,2,28). Sum of RGB (Red+Green+Blue) = 203+2+28=233 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.12% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 203 - color contains mainly: red. Hex color #CB021C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB021C is #34FDE3. Grayscale: #414141. Windows color (decimal): -3472868 or 1835723. OLE color: 1835723.

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

Color convert

RGB 203 2 28 -
CMYK 0 0.99 0.86 0.20
HSL 352.24º 0.98% 0.4% -
HSV(B) 352.24º 0.99% 0.8% -
XYZ 24.86 12.82 2.26 -
YUV 65.06 107.09 226.39 -
System Red Green Blue C M Y K H S L
Decimal 203 2 28 0 0.99 0.86 0.20 352.24 0.98 0.4
Hex CB 2 1C 0 63 56 14 160 62 28
Octal 313 2 34 0 143 126 24 540 142 50
Binary 11001011 10 11100 0 1100011 1010110 10100 101100000 1100010 101000

Color Harmonies of #CB021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB021C

Black with #CB021C

Text Example


Text Example

White with #CB021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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