Html Css Color HEX #CC0109 Venetian Red

📋 copy color: '#CC0109'

red 204 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #CC0109

Tints of Venetian Red #CC0109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.21%

R = 95.33%
G = 0.47%
B = 4.21%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC0109 (or 0xCC0109) is known color: Venetian Red. HEX triplet: CC, 01 and 09. RGB value is (204,1,9). Sum of RGB (Red+Green+Blue) = 204+1+9=214 (28% of max value = 765). Red value is 204 (80.08% from 255 or 95.33% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0109 is #33FEF6. Grayscale: #3E3E3E. Windows color (decimal): -3407607 or 590284. OLE color: 590284.

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

Color convert

RGB 204 1 9 -
CMYK 0 1.00 0.96 0.2
HSL 357.64º 0.99% 0.4% -
HSV(B) 357.64º 1% 0.8% -
XYZ 24.96 12.88 1.43 -
YUV 62.61 97.75 228.85 -
System Red Green Blue C M Y K H S L
Decimal 204 1 9 0 1.00 0.96 0.2 357.64 0.99 0.4
Hex CC 1 9 0 64 60 14 166 63 28
Octal 314 1 11 0 144 140 24 546 143 50
Binary 11001100 1 1001 0 1100100 1100000 10100 101100110 1100011 101000

Color Harmonies of #CC0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0109

Black with #CC0109

Text Example


Text Example

White with #CC0109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0109; }

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

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

background-color css

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

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

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

border-color css

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

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

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