Html Css Color HEX #CC070D Venetian Red

📋 copy color: '#CC070D'

red 204 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #CC070D

Tints of Venetian Red #CC070D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.8%

R = 91.07%
G = 3.13%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC070D (or 0xCC070D) is known color: Venetian Red. HEX triplet: CC, 07 and 0D. RGB value is (204,7,13). Sum of RGB (Red+Green+Blue) = 204+7+13=224 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.07% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 204 - color contains mainly: red. Hex color #CC070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC070D is #33F8F2. Grayscale: #424242. Windows color (decimal): -3406067 or 853964. OLE color: 853964.

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

Color convert

RGB 204 7 13 -
CMYK 0 0.97 0.94 0.2
HSL 358.17º 0.93% 0.41% -
HSV(B) 358.17º 0.97% 0.8% -
XYZ 25.05 13.02 1.57 -
YUV 66.59 97.77 226.01 -
System Red Green Blue C M Y K H S L
Decimal 204 7 13 0 0.97 0.94 0.2 358.17 0.93 0.41
Hex CC 7 D 0 61 5E 14 166 5D 29
Octal 314 7 15 0 141 136 24 546 135 51
Binary 11001100 111 1101 0 1100001 1011110 10100 101100110 1011101 101001

Color Harmonies of #CC070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC070D

Black with #CC070D

Text Example


Text Example

White with #CC070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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