Html Css Color HEX #CC021B Venetian Red

📋 copy color: '#CC021B'

red 204 ◦ green 2 ◦ blue 27

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

Shades of Venetian Red #CC021B

Tints of Venetian Red #CC021B

RGB

 RED value IS 204 (80.08% from 255) = 87.55%

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

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

R = 87.55%
G = 0.86%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC021B (or 0xCC021B) is known color: Venetian Red. HEX triplet: CC, 02 and 1B. RGB value is (204,2,27). Sum of RGB (Red+Green+Blue) = 204+2+27=233 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.55% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 204 - color contains mainly: red. Hex color #CC021B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC021B is #33FDE4. Grayscale: #414141. Windows color (decimal): -3407333 or 1770188. OLE color: 1770188.

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

Color convert

RGB 204 2 27 -
CMYK 0 0.99 0.87 0.2
HSL 352.57º 0.98% 0.4% -
HSV(B) 352.57º 0.99% 0.8% -
XYZ 25.12 12.96 2.21 -
YUV 65.25 106.42 226.97 -
System Red Green Blue C M Y K H S L
Decimal 204 2 27 0 0.99 0.87 0.2 352.57 0.98 0.4
Hex CC 2 1B 0 63 57 14 161 62 28
Octal 314 2 33 0 143 127 24 541 142 50
Binary 11001100 10 11011 0 1100011 1010111 10100 101100001 1100010 101000

Color Harmonies of #CC021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC021B

Black with #CC021B

Text Example


Text Example

White with #CC021B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC021B; }

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

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

background-color css

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

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

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

border-color css

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

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

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