Html Css Color HEX #D40217 Venetian Red

📋 copy color: '#D40217'

red 212 ◦ green 2 ◦ blue 23

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

Shades of Venetian Red #D40217

Tints of Venetian Red #D40217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.7%

R = 89.45%
G = 0.84%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D40217 (or 0xD40217) is known color: Venetian Red. HEX triplet: D4, 02 and 17. RGB value is (212,2,23). Sum of RGB (Red+Green+Blue) = 212+2+23=237 (31% of max value = 765). Red value is 212 (83.20% from 255 or 89.45% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 212 - color contains mainly: red. Hex color #D40217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40217 is #2BFDE8. Grayscale: #434343. Windows color (decimal): -2883049 or 1508052. OLE color: 1508052.

HSL color Cylindrical-coordinate representation of color #D40217: hue angle of 354º 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 #D40217 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 2 23 -
CMYK 0 0.99 0.89 0.17
HSL 354º 0.98% 0.42% -
HSV(B) 354º 0.99% 0.83% -
XYZ 27.33 14.1 2.09 -
YUV 67.18 103.07 231.29 -
System Red Green Blue C M Y K H S L
Decimal 212 2 23 0 0.99 0.89 0.17 354 0.98 0.42
Hex D4 2 17 0 63 59 11 162 62 2A
Octal 324 2 27 0 143 131 21 542 142 52
Binary 11010100 10 10111 0 1100011 1011001 10001 101100010 1100010 101010

Color Harmonies of #D40217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40217

Black with #D40217

Text Example


Text Example

White with #D40217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40217; }

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

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

background-color css

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

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

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

border-color css

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

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

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