Html Css Color HEX #CD0510 Venetian Red

📋 copy color: '#CD0510'

red 205 ◦ green 5 ◦ blue 16

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

Shades of Venetian Red #CD0510

Tints of Venetian Red #CD0510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.08%

R = 90.71%
G = 2.21%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD0510 (or 0xCD0510) is known color: Venetian Red. HEX triplet: CD, 05 and 10. RGB value is (205,5,16). Sum of RGB (Red+Green+Blue) = 205+5+16=226 (29% of max value = 765). Red value is 205 (80.47% from 255 or 90.71% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0510 is #32FAEF. Grayscale: #424242. Windows color (decimal): -3341040 or 1050061. OLE color: 1050061.

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

Color convert

RGB 205 5 16 -
CMYK 0 0.98 0.92 0.20
HSL 356.7º 0.95% 0.41% -
HSV(B) 356.7º 0.98% 0.8% -
XYZ 25.32 13.13 1.69 -
YUV 66.05 99.76 227.11 -
System Red Green Blue C M Y K H S L
Decimal 205 5 16 0 0.98 0.92 0.20 356.7 0.95 0.41
Hex CD 5 10 0 62 5C 14 165 5F 29
Octal 315 5 20 0 142 134 24 545 137 51
Binary 11001101 101 10000 0 1100010 1011100 10100 101100101 1011111 101001

Color Harmonies of #CD0510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0510

Black with #CD0510

Text Example


Text Example

White with #CD0510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0510; }

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

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

background-color css

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

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

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

border-color css

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

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

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