Html Css Color HEX #CC0607 Venetian Red

📋 copy color: '#CC0607'

red 204 ◦ green 6 ◦ blue 7

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

Shades of Venetian Red #CC0607

Tints of Venetian Red #CC0607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.76%

 BLUE value IS 7 (3.13% from 255) = 3.23%

R = 94.01%
G = 2.76%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC0607 (or 0xCC0607) is known color: Venetian Red. HEX triplet: CC, 06 and 07. RGB value is (204,6,7). Sum of RGB (Red+Green+Blue) = 204+6+7=217 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.01% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0607 is #33F9F8. Grayscale: #414141. Windows color (decimal): -3406329 or 460492. OLE color: 460492.

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

Color convert

RGB 204 6 7 -
CMYK 0 0.97 0.97 0.2
HSL 359.7º 0.94% 0.41% -
HSV(B) 359.7º 0.97% 0.8% -
XYZ 25.01 12.98 1.39 -
YUV 65.32 95.1 226.92 -
System Red Green Blue C M Y K H S L
Decimal 204 6 7 0 0.97 0.97 0.2 359.7 0.94 0.41
Hex CC 6 7 0 61 61 14 168 5E 29
Octal 314 6 7 0 141 141 24 550 136 51
Binary 11001100 110 111 0 1100001 1100001 10100 101101000 1011110 101001

Color Harmonies of #CC0607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0607

Black with #CC0607

Text Example


Text Example

White with #CC0607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0607; }

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

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

background-color css

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

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

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

border-color css

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

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

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