Html Css Color HEX #D10213 Venetian Red

📋 copy color: '#D10213'

red 209 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #D10213

Tints of Venetian Red #D10213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.26%

R = 90.87%
G = 0.87%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D10213 (or 0xD10213) is known color: Venetian Red. HEX triplet: D1, 02 and 13. RGB value is (209,2,19). Sum of RGB (Red+Green+Blue) = 209+2+19=230 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.87% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 209 - color contains mainly: red. Hex color #D10213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10213 is #2EFDEC. Grayscale: #414141. Windows color (decimal): -3079661 or 1245905. OLE color: 1245905.

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

Color convert

RGB 209 2 19 -
CMYK 0 0.99 0.91 0.18
HSL 355.07º 0.98% 0.41% -
HSV(B) 355.07º 0.99% 0.82% -
XYZ 26.43 13.65 1.86 -
YUV 65.83 101.58 230.12 -
System Red Green Blue C M Y K H S L
Decimal 209 2 19 0 0.99 0.91 0.18 355.07 0.98 0.41
Hex D1 2 13 0 63 5B 12 163 62 29
Octal 321 2 23 0 143 133 22 543 142 51
Binary 11010001 10 10011 0 1100011 1011011 10010 101100011 1100010 101001

Color Harmonies of #D10213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10213

Black with #D10213

Text Example


Text Example

White with #D10213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10213; }

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

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

background-color css

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

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

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

border-color css

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

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

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