Html Css Color HEX #CC071D Venetian Red

📋 copy color: '#CC071D'

red 204 ◦ green 7 ◦ blue 29

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

Shades of Venetian Red #CC071D

Tints of Venetian Red #CC071D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 85%
G = 2.92%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC071D (or 0xCC071D) is known color: Venetian Red. HEX triplet: CC, 07 and 1D. RGB value is (204,7,29). Sum of RGB (Red+Green+Blue) = 204+7+29=240 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 204 - color contains mainly: red. Hex color #CC071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC071D is #33F8E2. Grayscale: #444444. Windows color (decimal): -3406051 or 1902540. OLE color: 1902540.

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

Color convert

RGB 204 7 29 -
CMYK 0 0.97 0.86 0.2
HSL 353.3º 0.93% 0.41% -
HSV(B) 353.3º 0.97% 0.8% -
XYZ 25.2 13.08 2.36 -
YUV 68.41 105.77 224.71 -
System Red Green Blue C M Y K H S L
Decimal 204 7 29 0 0.97 0.86 0.2 353.3 0.93 0.41
Hex CC 7 1D 0 61 56 14 161 5D 29
Octal 314 7 35 0 141 126 24 541 135 51
Binary 11001100 111 11101 0 1100001 1010110 10100 101100001 1011101 101001

Color Harmonies of #CC071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC071D

Black with #CC071D

Text Example


Text Example

White with #CC071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC071D; }

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

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

background-color css

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

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

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

border-color css

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

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

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