Html Css Color HEX #CC0025 Venetian Red

📋 copy color: '#CC0025'

red 204 ◦ green 0 ◦ blue 37

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

Shades of Venetian Red #CC0025

Tints of Venetian Red #CC0025

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 37 (14.84% from 255) = 15.35%

R = 84.65%
G = 0%
B = 15.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC0025 (or 0xCC0025) is known color: Venetian Red. HEX triplet: CC, 00 and 25. RGB value is (204,0,37). Sum of RGB (Red+Green+Blue) = 204+0+37=241 (31% of max value = 765). Red value is 204 (80.08% from 255 or 84.65% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0025 is #33FFDA. Grayscale: #414141. Windows color (decimal): -3407835 or 2425036. OLE color: 2425036.

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

Color convert

RGB 204 0 37 -
CMYK 0 1 0.82 0.2
HSL 349.12º 1% 0.4% -
HSV(B) 349.12º 1% 0.8% -
XYZ 25.24 12.97 2.92 -
YUV 65.21 112.09 226.99 -
System Red Green Blue C M Y K H S L
Decimal 204 0 37 0 1 0.82 0.2 349.12 1 0.4
Hex CC 0 25 0 64 52 14 15D 64 28
Octal 314 0 45 0 144 122 24 535 144 50
Binary 11001100 0 100101 0 1100100 1010010 10100 101011101 1100100 101000

Color Harmonies of #CC0025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0025

Black with #CC0025

Text Example


Text Example

White with #CC0025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0025; }

 p { color: rgb(204,0,37); }

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

background-color css

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

 a { background-color: rgb(204,0,37); }

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

border-color css

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

 span { border-color: rgb(204,0,37); }

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