Html Css Color HEX #CC031D Venetian Red

📋 copy color: '#CC031D'

red 204 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #CC031D

Tints of Venetian Red #CC031D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.29%

R = 86.44%
G = 1.27%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC031D (or 0xCC031D) is known color: Venetian Red. HEX triplet: CC, 03 and 1D. RGB value is (204,3,29). Sum of RGB (Red+Green+Blue) = 204+3+29=236 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.44% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 204 - color contains mainly: red. Hex color #CC031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC031D is #33FCE2. Grayscale: #424242. Windows color (decimal): -3407075 or 1901516. OLE color: 1901516.

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

Color convert

RGB 204 3 29 -
CMYK 0 0.99 0.86 0.2
HSL 352.24º 0.97% 0.41% -
HSV(B) 352.24º 0.99% 0.8% -
XYZ 25.16 12.99 2.34 -
YUV 66.06 107.09 226.39 -
System Red Green Blue C M Y K H S L
Decimal 204 3 29 0 0.99 0.86 0.2 352.24 0.97 0.41
Hex CC 3 1D 0 63 56 14 160 61 29
Octal 314 3 35 0 143 126 24 540 141 51
Binary 11001100 11 11101 0 1100011 1010110 10100 101100000 1100001 101001

Color Harmonies of #CC031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC031D

Black with #CC031D

Text Example


Text Example

White with #CC031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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