Html Css Color HEX #D10013 Venetian Red

📋 copy color: '#D10013'

red 209 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #D10013

Tints of Venetian Red #D10013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.67%
G = 0%
B = 8.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D10013 (or 0xD10013) is known color: Venetian Red. HEX triplet: D1, 00 and 13. RGB value is (209,0,19). Sum of RGB (Red+Green+Blue) = 209+0+19=228 (30% of max value = 765). Red value is 209 (82.03% from 255 or 91.67% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 209 - color contains mainly: red. Hex color #D10013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10013 is #2EFFEC. Grayscale: #404040. Windows color (decimal): -3080173 or 1245393. OLE color: 1245393.

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

Color convert

RGB 209 0 19 -
CMYK 0 1 0.91 0.18
HSL 354.55º 1% 0.41% -
HSV(B) 354.55º 1% 0.82% -
XYZ 26.41 13.6 1.85 -
YUV 64.66 102.24 230.96 -
System Red Green Blue C M Y K H S L
Decimal 209 0 19 0 1 0.91 0.18 354.55 1 0.41
Hex D1 0 13 0 64 5B 12 163 64 29
Octal 321 0 23 0 144 133 22 543 144 51
Binary 11010001 0 10011 0 1100100 1011011 10010 101100011 1100100 101001

Color Harmonies of #D10013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10013

Black with #D10013

Text Example


Text Example

White with #D10013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10013; }

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

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

background-color css

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

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

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

border-color css

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

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

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