Html Css Color HEX #CD0111 Venetian Red

📋 copy color: '#CD0111'

red 205 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #CD0111

Tints of Venetian Red #CD0111

RGB

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

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

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

R = 91.93%
G = 0.45%
B = 7.62%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD0111 (or 0xCD0111) is known color: Venetian Red. HEX triplet: CD, 01 and 11. RGB value is (205,1,17). Sum of RGB (Red+Green+Blue) = 205+1+17=223 (29% of max value = 765). Red value is 205 (80.47% from 255 or 91.93% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0111 is #32FEEE. Grayscale: #3F3F3F. Windows color (decimal): -3342063 or 1114573. OLE color: 1114573.

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

Color convert

RGB 205 1 17 -
CMYK 0 1.00 0.92 0.20
HSL 355.29º 0.99% 0.4% -
HSV(B) 355.29º 1% 0.8% -
XYZ 25.29 13.04 1.71 -
YUV 63.82 101.59 228.7 -
System Red Green Blue C M Y K H S L
Decimal 205 1 17 0 1.00 0.92 0.20 355.29 0.99 0.4
Hex CD 1 11 0 64 5C 14 163 63 28
Octal 315 1 21 0 144 134 24 543 143 50
Binary 11001101 1 10001 0 1100100 1011100 10100 101100011 1100011 101000

Color Harmonies of #CD0111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0111

Black with #CD0111

Text Example


Text Example

White with #CD0111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0111; }

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

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

background-color css

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

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

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

border-color css

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

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

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