Html Css Color HEX #CD0516 Venetian Red

📋 copy color: '#CD0516'

red 205 ◦ green 5 ◦ blue 22

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

Shades of Venetian Red #CD0516

Tints of Venetian Red #CD0516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

 BLUE value IS 22 (8.98% from 255) = 9.48%

R = 88.36%
G = 2.16%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CD0516 (or 0xCD0516) is known color: Venetian Red. HEX triplet: CD, 05 and 16. RGB value is (205,5,22). Sum of RGB (Red+Green+Blue) = 205+5+22=232 (30% of max value = 765). Red value is 205 (80.47% from 255 or 88.36% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0516 is #32FAE9. Grayscale: #424242. Windows color (decimal): -3341034 or 1443277. OLE color: 1443277.

HSL color Cylindrical-coordinate representation of color #CD0516: hue angle of 354.9º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD0516 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 5 22 -
CMYK 0 0.98 0.89 0.20
HSL 354.9º 0.95% 0.41% -
HSV(B) 354.9º 0.98% 0.8% -
XYZ 25.38 13.15 1.96 -
YUV 66.74 102.76 226.62 -
System Red Green Blue C M Y K H S L
Decimal 205 5 22 0 0.98 0.89 0.20 354.9 0.95 0.41
Hex CD 5 16 0 62 59 14 163 5F 29
Octal 315 5 26 0 142 131 24 543 137 51
Binary 11001101 101 10110 0 1100010 1011001 10100 101100011 1011111 101001

Color Harmonies of #CD0516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0516

Black with #CD0516

Text Example


Text Example

White with #CD0516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0516; }

 p { color: rgb(205,5,22); }

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

background-color css

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

 a { background-color: rgb(205,5,22); }

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

border-color css

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

 span { border-color: rgb(205,5,22); }

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