Html Css Color HEX #CD0009 Venetian Red

📋 copy color: '#CD0009'

red 205 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #CD0009

Tints of Venetian Red #CD0009

RGB

 RED value IS 205 (80.47% from 255) = 95.79%

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

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

R = 95.79%
G = 0%
B = 4.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CD0009 (or 0xCD0009) is known color: Venetian Red. HEX triplet: CD, 00 and 09. RGB value is (205,0,9). Sum of RGB (Red+Green+Blue) = 205+0+9=214 (28% of max value = 765). Red value is 205 (80.47% from 255 or 95.79% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0009 is #32FFF6. Grayscale: #3E3E3E. Windows color (decimal): -3342327 or 590029. OLE color: 590029.

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

Color convert

RGB 205 0 9 -
CMYK 0 1 0.96 0.20
HSL 357.37º 1% 0.4% -
HSV(B) 357.37º 1% 0.8% -
XYZ 25.23 13 1.44 -
YUV 62.32 97.92 229.77 -
System Red Green Blue C M Y K H S L
Decimal 205 0 9 0 1 0.96 0.20 357.37 1 0.4
Hex CD 0 9 0 64 60 14 165 64 28
Octal 315 0 11 0 144 140 24 545 144 50
Binary 11001101 0 1001 0 1100100 1100000 10100 101100101 1100100 101000

Color Harmonies of #CD0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0009

Black with #CD0009

Text Example


Text Example

White with #CD0009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0009; }

 p { color: rgb(205,0,9); }

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

background-color css

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

 a { background-color: rgb(205,0,9); }

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

border-color css

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

 span { border-color: rgb(205,0,9); }

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