Html Css Color HEX #D10309 Venetian Red

📋 copy color: '#D10309'

red 209 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #D10309

Tints of Venetian Red #D10309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.07%

R = 94.57%
G = 1.36%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D10309 (or 0xD10309) is known color: Venetian Red. HEX triplet: D1, 03 and 09. RGB value is (209,3,9). Sum of RGB (Red+Green+Blue) = 209+3+9=221 (29% of max value = 765). Red value is 209 (82.03% from 255 or 94.57% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 209 - color contains mainly: red. Hex color #D10309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10309 is #2EFCF6. Grayscale: #414141. Windows color (decimal): -3079415 or 590801. OLE color: 590801.

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

Color convert

RGB 209 3 9 -
CMYK 0 0.99 0.96 0.18
HSL 358.25º 0.97% 0.42% -
HSV(B) 358.25º 0.99% 0.82% -
XYZ 26.38 13.64 1.5 -
YUV 65.28 96.25 230.51 -
System Red Green Blue C M Y K H S L
Decimal 209 3 9 0 0.99 0.96 0.18 358.25 0.97 0.42
Hex D1 3 9 0 63 60 12 166 61 2A
Octal 321 3 11 0 143 140 22 546 141 52
Binary 11010001 11 1001 0 1100011 1100000 10010 101100110 1100001 101010

Color Harmonies of #D10309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10309

Black with #D10309

Text Example


Text Example

White with #D10309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10309; }

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

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

background-color css

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

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

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

border-color css

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

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

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