Html Css Color HEX #CC031A Venetian Red

📋 copy color: '#CC031A'

red 204 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #CC031A

Tints of Venetian Red #CC031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 87.55%
G = 1.29%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC031A (or 0xCC031A) is known color: Venetian Red. HEX triplet: CC, 03 and 1A. RGB value is (204,3,26). Sum of RGB (Red+Green+Blue) = 204+3+26=233 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.55% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 204 - color contains mainly: red. Hex color #CC031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC031A is #33FCE5. Grayscale: #414141. Windows color (decimal): -3407078 or 1704908. OLE color: 1704908.

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

Color convert

RGB 204 3 26 -
CMYK 0 0.99 0.87 0.2
HSL 353.13º 0.97% 0.41% -
HSV(B) 353.13º 0.99% 0.8% -
XYZ 25.12 12.98 2.16 -
YUV 65.72 105.59 226.63 -
System Red Green Blue C M Y K H S L
Decimal 204 3 26 0 0.99 0.87 0.2 353.13 0.97 0.41
Hex CC 3 1A 0 63 57 14 161 61 29
Octal 314 3 32 0 143 127 24 541 141 51
Binary 11001100 11 11010 0 1100011 1010111 10100 101100001 1100001 101001

Color Harmonies of #CC031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC031A

Black with #CC031A

Text Example


Text Example

White with #CC031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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