Html Css Color HEX #CC070E Venetian Red

📋 copy color: '#CC070E'

red 204 ◦ green 7 ◦ blue 14

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

Shades of Venetian Red #CC070E

Tints of Venetian Red #CC070E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.22%

R = 90.67%
G = 3.11%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC070E (or 0xCC070E) is known color: Venetian Red. HEX triplet: CC, 07 and 0E. RGB value is (204,7,14). Sum of RGB (Red+Green+Blue) = 204+7+14=225 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.67% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 204 - color contains mainly: red. Hex color #CC070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC070E is #33F8F1. Grayscale: #424242. Windows color (decimal): -3406066 or 919500. OLE color: 919500.

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

Color convert

RGB 204 7 14 -
CMYK 0 0.97 0.93 0.2
HSL 357.87º 0.93% 0.41% -
HSV(B) 357.87º 0.97% 0.8% -
XYZ 25.06 13.02 1.61 -
YUV 66.7 98.27 225.93 -
System Red Green Blue C M Y K H S L
Decimal 204 7 14 0 0.97 0.93 0.2 357.87 0.93 0.41
Hex CC 7 E 0 61 5D 14 166 5D 29
Octal 314 7 16 0 141 135 24 546 135 51
Binary 11001100 111 1110 0 1100001 1011101 10100 101100110 1011101 101001

Color Harmonies of #CC070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC070E

Black with #CC070E

Text Example


Text Example

White with #CC070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC070E; }

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

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

background-color css

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

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

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

border-color css

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

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

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