Html Css Color HEX #D10417 Venetian Red

📋 copy color: '#D10417'

red 209 ◦ green 4 ◦ blue 23

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

Shades of Venetian Red #D10417

Tints of Venetian Red #D10417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 23 (9.38% from 255) = 9.75%

R = 88.56%
G = 1.69%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D10417 (or 0xD10417) is known color: Venetian Red. HEX triplet: D1, 04 and 17. RGB value is (209,4,23). Sum of RGB (Red+Green+Blue) = 209+4+23=236 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.56% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 209 - color contains mainly: red. Hex color #D10417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10417 is #2EFBE8. Grayscale: #434343. Windows color (decimal): -3079145 or 1508561. OLE color: 1508561.

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

Color convert

RGB 209 4 23 -
CMYK 0 0.98 0.89 0.18
HSL 354.44º 0.96% 0.42% -
HSV(B) 354.44º 0.98% 0.82% -
XYZ 26.49 13.7 2.06 -
YUV 67.46 102.92 228.96 -
System Red Green Blue C M Y K H S L
Decimal 209 4 23 0 0.98 0.89 0.18 354.44 0.96 0.42
Hex D1 4 17 0 62 59 12 162 60 2A
Octal 321 4 27 0 142 131 22 542 140 52
Binary 11010001 100 10111 0 1100010 1011001 10010 101100010 1100000 101010

Color Harmonies of #D10417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10417

Black with #D10417

Text Example


Text Example

White with #D10417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10417; }

 p { color: rgb(209,4,23); }

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

background-color css

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

 a { background-color: rgb(209,4,23); }

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

border-color css

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

 span { border-color: rgb(209,4,23); }

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