Html Css Color HEX #D60210 Venetian Red

📋 copy color: '#D60210'

red 214 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #D60210

Tints of Venetian Red #D60210

RGB

 RED value IS 214 (83.98% from 255) = 92.24%

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

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

R = 92.24%
G = 0.86%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D60210 (or 0xD60210) is known color: Venetian Red. HEX triplet: D6, 02 and 10. RGB value is (214,2,16). Sum of RGB (Red+Green+Blue) = 214+2+16=232 (30% of max value = 765). Red value is 214 (83.98% from 255 or 92.24% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 214 - color contains mainly: red. Hex color #D60210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60210 is #29FDEF. Grayscale: #434343. Windows color (decimal): -2751984 or 1049302. OLE color: 1049302.

HSL color Cylindrical-coordinate representation of color #D60210: hue angle of 356.04º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60210 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 2 16 -
CMYK 0 0.99 0.93 0.16
HSL 356.04º 0.98% 0.42% -
HSV(B) 356.04º 0.99% 0.84% -
XYZ 27.85 14.38 1.8 -
YUV 66.98 99.24 232.86 -
System Red Green Blue C M Y K H S L
Decimal 214 2 16 0 0.99 0.93 0.16 356.04 0.98 0.42
Hex D6 2 10 0 63 5D 10 164 62 2A
Octal 326 2 20 0 143 135 20 544 142 52
Binary 11010110 10 10000 0 1100011 1011101 10000 101100100 1100010 101010

Color Harmonies of #D60210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60210

Black with #D60210

Text Example


Text Example

White with #D60210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60210; }

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

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

background-color css

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

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

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

border-color css

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

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

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