Html Css Color HEX #D10218 Venetian Red

📋 copy color: '#D10218'

red 209 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #D10218

Tints of Venetian Red #D10218

RGB

 RED value IS 209 (82.03% from 255) = 88.94%

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

 BLUE value IS 24 (9.77% from 255) = 10.21%

R = 88.94%
G = 0.85%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D10218 (or 0xD10218) is known color: Venetian Red. HEX triplet: D1, 02 and 18. RGB value is (209,2,24). Sum of RGB (Red+Green+Blue) = 209+2+24=235 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.94% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 209 - color contains mainly: red. Hex color #D10218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10218 is #2EFDE7. Grayscale: #424242. Windows color (decimal): -3079656 or 1573585. OLE color: 1573585.

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

Color convert

RGB 209 2 24 -
CMYK 0 0.99 0.89 0.18
HSL 353.62º 0.98% 0.41% -
HSV(B) 353.62º 0.99% 0.82% -
XYZ 26.48 13.66 2.11 -
YUV 66.4 104.08 229.71 -
System Red Green Blue C M Y K H S L
Decimal 209 2 24 0 0.99 0.89 0.18 353.62 0.98 0.41
Hex D1 2 18 0 63 59 12 162 62 29
Octal 321 2 30 0 143 131 22 542 142 51
Binary 11010001 10 11000 0 1100011 1011001 10010 101100010 1100010 101001

Color Harmonies of #D10218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10218

Black with #D10218

Text Example


Text Example

White with #D10218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10218; }

 p { color: rgb(209,2,24); }

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

background-color css

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

 a { background-color: rgb(209,2,24); }

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

border-color css

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

 span { border-color: rgb(209,2,24); }

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