Html Css Color HEX #CC0125 Venetian Red

📋 copy color: '#CC0125'

red 204 ◦ green 1 ◦ blue 37

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

Shades of Venetian Red #CC0125

Tints of Venetian Red #CC0125

RGB

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

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

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

R = 84.3%
G = 0.41%
B = 15.29%

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

#CC0125 (or 0xCC0125) is known color: Venetian Red. HEX triplet: CC, 01 and 25. RGB value is (204,1,37). Sum of RGB (Red+Green+Blue) = 204+1+37=242 (32% of max value = 765). Red value is 204 (80.08% from 255 or 84.30% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0125 is #33FEDA. Grayscale: #414141. Windows color (decimal): -3407579 or 2425292. OLE color: 2425292.

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

Color convert

RGB 204 1 37 -
CMYK 0 1.00 0.82 0.2
HSL 349.36º 0.99% 0.4% -
HSV(B) 349.36º 1% 0.8% -
XYZ 25.25 12.99 2.93 -
YUV 65.8 111.75 226.57 -
System Red Green Blue C M Y K H S L
Decimal 204 1 37 0 1.00 0.82 0.2 349.36 0.99 0.4
Hex CC 1 25 0 64 52 14 15D 63 28
Octal 314 1 45 0 144 122 24 535 143 50
Binary 11001100 1 100101 0 1100100 1010010 10100 101011101 1100011 101000

Color Harmonies of #CC0125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0125

Black with #CC0125

Text Example


Text Example

White with #CC0125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0125; }

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

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

background-color css

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

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

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

border-color css

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

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

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