Html Css Color HEX #CC031E Venetian Red

📋 copy color: '#CC031E'

red 204 ◦ green 3 ◦ blue 30

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

Shades of Venetian Red #CC031E

Tints of Venetian Red #CC031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

 BLUE value IS 30 (12.11% from 255) = 12.66%

R = 86.08%
G = 1.27%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC031E (or 0xCC031E) is known color: Venetian Red. HEX triplet: CC, 03 and 1E. RGB value is (204,3,30). Sum of RGB (Red+Green+Blue) = 204+3+30=237 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.08% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 204 - color contains mainly: red. Hex color #CC031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC031E is #33FCE1. Grayscale: #424242. Windows color (decimal): -3407074 or 1967052. OLE color: 1967052.

HSL color Cylindrical-coordinate representation of color #CC031E: hue angle of 351.94º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC031E is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 3 30 -
CMYK 0 0.99 0.85 0.2
HSL 351.94º 0.97% 0.41% -
HSV(B) 351.94º 0.99% 0.8% -
XYZ 25.17 13 2.41 -
YUV 66.18 107.59 226.3 -
System Red Green Blue C M Y K H S L
Decimal 204 3 30 0 0.99 0.85 0.2 351.94 0.97 0.41
Hex CC 3 1E 0 63 55 14 160 61 29
Octal 314 3 36 0 143 125 24 540 141 51
Binary 11001100 11 11110 0 1100011 1010101 10100 101100000 1100001 101001

Color Harmonies of #CC031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC031E

Black with #CC031E

Text Example


Text Example

White with #CC031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC031E; }

 p { color: rgb(204,3,30); }

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

background-color css

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

 a { background-color: rgb(204,3,30); }

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

border-color css

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

 span { border-color: rgb(204,3,30); }

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