Html Css Color HEX #CC011A Venetian Red

📋 copy color: '#CC011A'

red 204 ◦ green 1 ◦ blue 26

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

Shades of Venetian Red #CC011A

Tints of Venetian Red #CC011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 26 (10.55% from 255) = 11.26%

R = 88.31%
G = 0.43%
B = 11.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC011A (or 0xCC011A) is known color: Venetian Red. HEX triplet: CC, 01 and 1A. RGB value is (204,1,26). Sum of RGB (Red+Green+Blue) = 204+1+26=231 (30% of max value = 765). Red value is 204 (80.08% from 255 or 88.31% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 204 - color contains mainly: red. Hex color #CC011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC011A is #33FEE5. Grayscale: #404040. Windows color (decimal): -3407590 or 1704396. OLE color: 1704396.

HSL color Cylindrical-coordinate representation of color #CC011A: hue angle of 352.61º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC011A is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 1 26 -
CMYK 0 1.00 0.87 0.2
HSL 352.61º 0.99% 0.4% -
HSV(B) 352.61º 1% 0.8% -
XYZ 25.1 12.93 2.15 -
YUV 64.55 106.25 227.47 -
System Red Green Blue C M Y K H S L
Decimal 204 1 26 0 1.00 0.87 0.2 352.61 0.99 0.4
Hex CC 1 1A 0 64 57 14 161 63 28
Octal 314 1 32 0 144 127 24 541 143 50
Binary 11001100 1 11010 0 1100100 1010111 10100 101100001 1100011 101000

Color Harmonies of #CC011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC011A

Black with #CC011A

Text Example


Text Example

White with #CC011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC011A; }

 p { color: rgb(204,1,26); }

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

background-color css

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

 a { background-color: rgb(204,1,26); }

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

border-color css

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

 span { border-color: rgb(204,1,26); }

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