Html Css Color HEX #CC071F Venetian Red

📋 copy color: '#CC071F'

red 204 ◦ green 7 ◦ blue 31

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

Shades of Venetian Red #CC071F

Tints of Venetian Red #CC071F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.81%

R = 84.3%
G = 2.89%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC071F (or 0xCC071F) is known color: Venetian Red. HEX triplet: CC, 07 and 1F. RGB value is (204,7,31). Sum of RGB (Red+Green+Blue) = 204+7+31=242 (32% of max value = 765). Red value is 204 (80.08% from 255 or 84.30% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 204 - color contains mainly: red. Hex color #CC071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC071F is #33F8E0. Grayscale: #444444. Windows color (decimal): -3406049 or 2033612. OLE color: 2033612.

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

Color convert

RGB 204 7 31 -
CMYK 0 0.97 0.85 0.2
HSL 352.69º 0.93% 0.41% -
HSV(B) 352.69º 0.97% 0.8% -
XYZ 25.23 13.09 2.49 -
YUV 68.64 106.77 224.55 -
System Red Green Blue C M Y K H S L
Decimal 204 7 31 0 0.97 0.85 0.2 352.69 0.93 0.41
Hex CC 7 1F 0 61 55 14 161 5D 29
Octal 314 7 37 0 141 125 24 541 135 51
Binary 11001100 111 11111 0 1100001 1010101 10100 101100001 1011101 101001

Color Harmonies of #CC071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC071F

Black with #CC071F

Text Example


Text Example

White with #CC071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC071F; }

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

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

background-color css

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

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

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

border-color css

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

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

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