Html Css Color HEX #CC0124 Venetian Red

📋 copy color: '#CC0124'

red 204 ◦ green 1 ◦ blue 36

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

Shades of Venetian Red #CC0124

Tints of Venetian Red #CC0124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 36 (14.45% from 255) = 14.94%

R = 84.65%
G = 0.41%
B = 14.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC0124 (or 0xCC0124) is known color: Venetian Red. HEX triplet: CC, 01 and 24. RGB value is (204,1,36). Sum of RGB (Red+Green+Blue) = 204+1+36=241 (31% of max value = 765). Red value is 204 (80.08% from 255 or 84.65% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0124 is #33FEDB. Grayscale: #414141. Windows color (decimal): -3407580 or 2359756. OLE color: 2359756.

HSL color Cylindrical-coordinate representation of color #CC0124: hue angle of 349.66º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0124 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 1 36 -
CMYK 0 1.00 0.82 0.2
HSL 349.66º 0.99% 0.4% -
HSV(B) 349.66º 1% 0.8% -
XYZ 25.23 12.99 2.85 -
YUV 65.69 111.25 226.65 -
System Red Green Blue C M Y K H S L
Decimal 204 1 36 0 1.00 0.82 0.2 349.66 0.99 0.4
Hex CC 1 24 0 64 52 14 15E 63 28
Octal 314 1 44 0 144 122 24 536 143 50
Binary 11001100 1 100100 0 1100100 1010010 10100 101011110 1100011 101000

Color Harmonies of #CC0124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0124

Black with #CC0124

Text Example


Text Example

White with #CC0124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0124; }

 p { color: rgb(204,1,36); }

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

background-color css

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

 a { background-color: rgb(204,1,36); }

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

border-color css

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

 span { border-color: rgb(204,1,36); }

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