Html Css Color HEX #CC070A Venetian Red

📋 copy color: '#CC070A'

red 204 ◦ green 7 ◦ blue 10

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

Shades of Venetian Red #CC070A

Tints of Venetian Red #CC070A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.52%

R = 92.31%
G = 3.17%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC070A (or 0xCC070A) is known color: Venetian Red. HEX triplet: CC, 07 and 0A. RGB value is (204,7,10). Sum of RGB (Red+Green+Blue) = 204+7+10=221 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.31% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 204 - color contains mainly: red. Hex color #CC070A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC070A is #33F8F5. Grayscale: #424242. Windows color (decimal): -3406070 or 657356. OLE color: 657356.

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

Color convert

RGB 204 7 10 -
CMYK 0 0.97 0.95 0.2
HSL 359.09º 0.93% 0.41% -
HSV(B) 359.09º 0.97% 0.8% -
XYZ 25.03 13.01 1.48 -
YUV 66.25 96.27 226.26 -
System Red Green Blue C M Y K H S L
Decimal 204 7 10 0 0.97 0.95 0.2 359.09 0.93 0.41
Hex CC 7 A 0 61 5F 14 167 5D 29
Octal 314 7 12 0 141 137 24 547 135 51
Binary 11001100 111 1010 0 1100001 1011111 10100 101100111 1011101 101001

Color Harmonies of #CC070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC070A

Black with #CC070A

Text Example


Text Example

White with #CC070A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC070A; }

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

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

background-color css

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

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

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

border-color css

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

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

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