Html Css Color HEX #CC031C Venetian Red

📋 copy color: '#CC031C'

red 204 ◦ green 3 ◦ blue 28

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

Shades of Venetian Red #CC031C

Tints of Venetian Red #CC031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.91%

R = 86.81%
G = 1.28%
B = 11.91%

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

#CC031C (or 0xCC031C) is known color: Venetian Red. HEX triplet: CC, 03 and 1C. RGB value is (204,3,28). Sum of RGB (Red+Green+Blue) = 204+3+28=235 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.81% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 204 - color contains mainly: red. Hex color #CC031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC031C is #33FCE3. Grayscale: #424242. Windows color (decimal): -3407076 or 1835980. OLE color: 1835980.

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

Color convert

RGB 204 3 28 -
CMYK 0 0.99 0.86 0.2
HSL 352.54º 0.97% 0.41% -
HSV(B) 352.54º 0.99% 0.8% -
XYZ 25.14 12.99 2.28 -
YUV 65.95 106.59 226.47 -
System Red Green Blue C M Y K H S L
Decimal 204 3 28 0 0.99 0.86 0.2 352.54 0.97 0.41
Hex CC 3 1C 0 63 56 14 161 61 29
Octal 314 3 34 0 143 126 24 541 141 51
Binary 11001100 11 11100 0 1100011 1010110 10100 101100001 1100001 101001

Color Harmonies of #CC031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC031C

Black with #CC031C

Text Example


Text Example

White with #CC031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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