Html Css Color HEX #D10313 Venetian Red

📋 copy color: '#D10313'

red 209 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #D10313

Tints of Venetian Red #D10313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

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

R = 90.48%
G = 1.3%
B = 8.23%

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

#D10313 (or 0xD10313) is known color: Venetian Red. HEX triplet: D1, 03 and 13. RGB value is (209,3,19). Sum of RGB (Red+Green+Blue) = 209+3+19=231 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.48% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 209 - color contains mainly: red. Hex color #D10313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10313 is #2EFCEC. Grayscale: #424242. Windows color (decimal): -3079405 or 1246161. OLE color: 1246161.

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

Color convert

RGB 209 3 19 -
CMYK 0 0.99 0.91 0.18
HSL 355.34º 0.97% 0.42% -
HSV(B) 355.34º 0.99% 0.82% -
XYZ 26.44 13.67 1.86 -
YUV 66.42 101.25 229.7 -
System Red Green Blue C M Y K H S L
Decimal 209 3 19 0 0.99 0.91 0.18 355.34 0.97 0.42
Hex D1 3 13 0 63 5B 12 163 61 2A
Octal 321 3 23 0 143 133 22 543 141 52
Binary 11010001 11 10011 0 1100011 1011011 10010 101100011 1100001 101010

Color Harmonies of #D10313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10313

Black with #D10313

Text Example


Text Example

White with #D10313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10313; }

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

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

background-color css

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

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

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

border-color css

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

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

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