Html Css Color HEX #CC051F Venetian Red

📋 copy color: '#CC051F'

red 204 ◦ green 5 ◦ blue 31

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

Shades of Venetian Red #CC051F

Tints of Venetian Red #CC051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.08%

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

R = 85%
G = 2.08%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC051F (or 0xCC051F) is known color: Venetian Red. HEX triplet: CC, 05 and 1F. RGB value is (204,5,31). Sum of RGB (Red+Green+Blue) = 204+5+31=240 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 204 - color contains mainly: red. Hex color #CC051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC051F is #33FAE0. Grayscale: #434343. Windows color (decimal): -3406561 or 2033100. OLE color: 2033100.

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

Color convert

RGB 204 5 31 -
CMYK 0 0.98 0.85 0.2
HSL 352.16º 0.95% 0.41% -
HSV(B) 352.16º 0.98% 0.8% -
XYZ 25.2 13.04 2.49 -
YUV 67.47 107.43 225.39 -
System Red Green Blue C M Y K H S L
Decimal 204 5 31 0 0.98 0.85 0.2 352.16 0.95 0.41
Hex CC 5 1F 0 62 55 14 160 5F 29
Octal 314 5 37 0 142 125 24 540 137 51
Binary 11001100 101 11111 0 1100010 1010101 10100 101100000 1011111 101001

Color Harmonies of #CC051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC051F

Black with #CC051F

Text Example


Text Example

White with #CC051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC051F; }

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

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

background-color css

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

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

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

border-color css

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

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

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