Html Css Color HEX #D40210 Venetian Red

📋 copy color: '#D40210'

red 212 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #D40210

Tints of Venetian Red #D40210

RGB

 RED value IS 212 (83.2% from 255) = 92.17%

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

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

R = 92.17%
G = 0.87%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D40210 (or 0xD40210) is known color: Venetian Red. HEX triplet: D4, 02 and 10. RGB value is (212,2,16). Sum of RGB (Red+Green+Blue) = 212+2+16=230 (30% of max value = 765). Red value is 212 (83.20% from 255 or 92.17% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 212 - color contains mainly: red. Hex color #D40210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40210 is #2BFDEF. Grayscale: #424242. Windows color (decimal): -2883056 or 1049300. OLE color: 1049300.

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

Color convert

RGB 212 2 16 -
CMYK 0 0.99 0.92 0.17
HSL 356º 0.98% 0.42% -
HSV(B) 356º 0.99% 0.83% -
XYZ 27.27 14.08 1.77 -
YUV 66.39 99.57 231.86 -
System Red Green Blue C M Y K H S L
Decimal 212 2 16 0 0.99 0.92 0.17 356 0.98 0.42
Hex D4 2 10 0 63 5C 11 164 62 2A
Octal 324 2 20 0 143 134 21 544 142 52
Binary 11010100 10 10000 0 1100011 1011100 10001 101100100 1100010 101010

Color Harmonies of #D40210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40210

Black with #D40210

Text Example


Text Example

White with #D40210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40210; }

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

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

background-color css

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

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

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

border-color css

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

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

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