Html Css Color HEX #CD0011 Venetian Red

📋 copy color: '#CD0011'

red 205 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #CD0011

Tints of Venetian Red #CD0011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.66%

R = 92.34%
G = 0%
B = 7.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD0011 (or 0xCD0011) is known color: Venetian Red. HEX triplet: CD, 00 and 11. RGB value is (205,0,17). Sum of RGB (Red+Green+Blue) = 205+0+17=222 (29% of max value = 765). Red value is 205 (80.47% from 255 or 92.34% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0011 is #32FFEE. Grayscale: #3F3F3F. Windows color (decimal): -3342319 or 1114317. OLE color: 1114317.

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

Color convert

RGB 205 0 17 -
CMYK 0 1 0.92 0.20
HSL 355.02º 1% 0.4% -
HSV(B) 355.02º 1% 0.8% -
XYZ 25.28 13.02 1.71 -
YUV 63.23 101.92 229.12 -
System Red Green Blue C M Y K H S L
Decimal 205 0 17 0 1 0.92 0.20 355.02 1 0.4
Hex CD 0 11 0 64 5C 14 163 64 28
Octal 315 0 21 0 144 134 24 543 144 50
Binary 11001101 0 10001 0 1100100 1011100 10100 101100011 1100100 101000

Color Harmonies of #CD0011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0011

Black with #CD0011

Text Example


Text Example

White with #CD0011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0011; }

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

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

background-color css

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

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

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

border-color css

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

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

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