Html Css Color HEX #CC071A Venetian Red

📋 copy color: '#CC071A'

red 204 ◦ green 7 ◦ blue 26

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

Shades of Venetian Red #CC071A

Tints of Venetian Red #CC071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.95%

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

R = 86.08%
G = 2.95%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC071A (or 0xCC071A) is known color: Venetian Red. HEX triplet: CC, 07 and 1A. RGB value is (204,7,26). Sum of RGB (Red+Green+Blue) = 204+7+26=237 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.08% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 204 - color contains mainly: red. Hex color #CC071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC071A is #33F8E5. Grayscale: #444444. Windows color (decimal): -3406054 or 1705932. OLE color: 1705932.

HSL color Cylindrical-coordinate representation of color #CC071A: hue angle of 354.21º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC071A is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 7 26 -
CMYK 0 0.97 0.87 0.2
HSL 354.21º 0.93% 0.41% -
HSV(B) 354.21º 0.97% 0.8% -
XYZ 25.16 13.06 2.17 -
YUV 68.07 104.27 224.96 -
System Red Green Blue C M Y K H S L
Decimal 204 7 26 0 0.97 0.87 0.2 354.21 0.93 0.41
Hex CC 7 1A 0 61 57 14 162 5D 29
Octal 314 7 32 0 141 127 24 542 135 51
Binary 11001100 111 11010 0 1100001 1010111 10100 101100010 1011101 101001

Color Harmonies of #CC071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC071A

Black with #CC071A

Text Example


Text Example

White with #CC071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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