Html Css Color HEX #CC070F Venetian Red

📋 copy color: '#CC070F'

red 204 ◦ green 7 ◦ blue 15

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

Shades of Venetian Red #CC070F

Tints of Venetian Red #CC070F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.64%

R = 90.27%
G = 3.1%
B = 6.64%

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

#CC070F (or 0xCC070F) is known color: Venetian Red. HEX triplet: CC, 07 and 0F. RGB value is (204,7,15). Sum of RGB (Red+Green+Blue) = 204+7+15=226 (29% of max value = 765). Red value is 204 (80.08% from 255 or 90.27% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 204 - color contains mainly: red. Hex color #CC070F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC070F is #33F8F0. Grayscale: #424242. Windows color (decimal): -3406065 or 985036. OLE color: 985036.

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

Color convert

RGB 204 7 15 -
CMYK 0 0.97 0.93 0.2
HSL 357.56º 0.93% 0.41% -
HSV(B) 357.56º 0.97% 0.8% -
XYZ 25.06 13.02 1.64 -
YUV 66.82 98.77 225.85 -
System Red Green Blue C M Y K H S L
Decimal 204 7 15 0 0.97 0.93 0.2 357.56 0.93 0.41
Hex CC 7 F 0 61 5D 14 166 5D 29
Octal 314 7 17 0 141 135 24 546 135 51
Binary 11001100 111 1111 0 1100001 1011101 10100 101100110 1011101 101001

Color Harmonies of #CC070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC070F

Black with #CC070F

Text Example


Text Example

White with #CC070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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