Html Css Color HEX #D10215 Venetian Red

📋 copy color: '#D10215'

red 209 ◦ green 2 ◦ blue 21

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

Shades of Venetian Red #D10215

Tints of Venetian Red #D10215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.05%

R = 90.09%
G = 0.86%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D10215 (or 0xD10215) is known color: Venetian Red. HEX triplet: D1, 02 and 15. RGB value is (209,2,21). Sum of RGB (Red+Green+Blue) = 209+2+21=232 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.09% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 209 - color contains mainly: red. Hex color #D10215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10215 is #2EFDEA. Grayscale: #424242. Windows color (decimal): -3079659 or 1376977. OLE color: 1376977.

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

Color convert

RGB 209 2 21 -
CMYK 0 0.99 0.90 0.18
HSL 354.49º 0.98% 0.41% -
HSV(B) 354.49º 0.99% 0.82% -
XYZ 26.45 13.65 1.95 -
YUV 66.06 102.58 229.96 -
System Red Green Blue C M Y K H S L
Decimal 209 2 21 0 0.99 0.90 0.18 354.49 0.98 0.41
Hex D1 2 15 0 63 5A 12 162 62 29
Octal 321 2 25 0 143 132 22 542 142 51
Binary 11010001 10 10101 0 1100011 1011010 10010 101100010 1100010 101001

Color Harmonies of #D10215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10215

Black with #D10215

Text Example


Text Example

White with #D10215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10215; }

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

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

background-color css

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

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

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

border-color css

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

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

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