Html Css Color HEX #CD0210 Venetian Red

📋 copy color: '#CD0210'

red 205 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #CD0210

Tints of Venetian Red #CD0210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 91.93%
G = 0.9%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD0210 (or 0xCD0210) is known color: Venetian Red. HEX triplet: CD, 02 and 10. RGB value is (205,2,16). Sum of RGB (Red+Green+Blue) = 205+2+16=223 (29% of max value = 765). Red value is 205 (80.47% from 255 or 91.93% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CD0210 is #32FDEF. Grayscale: #404040. Windows color (decimal): -3341808 or 1049293. OLE color: 1049293.

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

Color convert

RGB 205 2 16 -
CMYK 0 0.99 0.92 0.20
HSL 355.86º 0.98% 0.41% -
HSV(B) 355.86º 0.99% 0.8% -
XYZ 25.29 13.06 1.68 -
YUV 64.29 100.75 228.36 -
System Red Green Blue C M Y K H S L
Decimal 205 2 16 0 0.99 0.92 0.20 355.86 0.98 0.41
Hex CD 2 10 0 63 5C 14 164 62 29
Octal 315 2 20 0 143 134 24 544 142 51
Binary 11001101 10 10000 0 1100011 1011100 10100 101100100 1100010 101001

Color Harmonies of #CD0210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0210

Black with #CD0210

Text Example


Text Example

White with #CD0210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0210; }

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

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

background-color css

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

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

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

border-color css

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

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

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