Html Css Color HEX #D10307 Venetian Red

📋 copy color: '#D10307'

red 209 ◦ green 3 ◦ blue 7

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

Shades of Venetian Red #D10307

Tints of Venetian Red #D10307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.2%

R = 95.43%
G = 1.37%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D10307 (or 0xD10307) is known color: Venetian Red. HEX triplet: D1, 03 and 07. RGB value is (209,3,7). Sum of RGB (Red+Green+Blue) = 209+3+7=219 (29% of max value = 765). Red value is 209 (82.03% from 255 or 95.43% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 209 - color contains mainly: red. Hex color #D10307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10307 is #2EFCF8. Grayscale: #414141. Windows color (decimal): -3079417 or 459729. OLE color: 459729.

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

Color convert

RGB 209 3 7 -
CMYK 0 0.99 0.97 0.18
HSL 358.84º 0.97% 0.42% -
HSV(B) 358.84º 0.99% 0.82% -
XYZ 26.37 13.64 1.44 -
YUV 65.05 95.25 230.67 -
System Red Green Blue C M Y K H S L
Decimal 209 3 7 0 0.99 0.97 0.18 358.84 0.97 0.42
Hex D1 3 7 0 63 61 12 167 61 2A
Octal 321 3 7 0 143 141 22 547 141 52
Binary 11010001 11 111 0 1100011 1100001 10010 101100111 1100001 101010

Color Harmonies of #D10307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10307

Black with #D10307

Text Example


Text Example

White with #D10307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10307; }

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

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

background-color css

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

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

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

border-color css

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

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

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