Html Css Color HEX #D10312 Venetian Red

📋 copy color: '#D10312'

red 209 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #D10312

Tints of Venetian Red #D10312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.83%

R = 90.87%
G = 1.3%
B = 7.83%

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

#D10312 (or 0xD10312) is known color: Venetian Red. HEX triplet: D1, 03 and 12. RGB value is (209,3,18). Sum of RGB (Red+Green+Blue) = 209+3+18=230 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.87% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 209 - color contains mainly: red. Hex color #D10312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10312 is #2EFCED. Grayscale: #424242. Windows color (decimal): -3079406 or 1180625. OLE color: 1180625.

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

Color convert

RGB 209 3 18 -
CMYK 0 0.99 0.91 0.18
HSL 355.63º 0.97% 0.42% -
HSV(B) 355.63º 0.99% 0.82% -
XYZ 26.44 13.66 1.82 -
YUV 66.3 100.75 229.78 -
System Red Green Blue C M Y K H S L
Decimal 209 3 18 0 0.99 0.91 0.18 355.63 0.97 0.42
Hex D1 3 12 0 63 5B 12 164 61 2A
Octal 321 3 22 0 143 133 22 544 141 52
Binary 11010001 11 10010 0 1100011 1011011 10010 101100100 1100001 101010

Color Harmonies of #D10312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10312

Black with #D10312

Text Example


Text Example

White with #D10312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10312; }

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

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

background-color css

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

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

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

border-color css

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

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

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