Html Css Color HEX #D00517 Venetian Red

📋 copy color: '#D00517'

red 208 ◦ green 5 ◦ blue 23

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

Shades of Venetian Red #D00517

Tints of Venetian Red #D00517

RGB

 RED value IS 208 (81.64% from 255) = 88.14%

 GREEN value IS 5 (2.34% from 255) = 2.12%

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

R = 88.14%
G = 2.12%
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

#D00517 (or 0xD00517) is known color: Venetian Red. HEX triplet: D0, 05 and 17. RGB value is (208,5,23). Sum of RGB (Red+Green+Blue) = 208+5+23=236 (31% of max value = 765). Red value is 208 (81.64% from 255 or 88.14% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 208 - color contains mainly: red. Hex color #D00517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00517 is #2FFAE8. Grayscale: #434343. Windows color (decimal): -3144425 or 1508816. OLE color: 1508816.

HSL color Cylindrical-coordinate representation of color #D00517: hue angle of 354.68º degrees, saturation: 0.95, 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 #D00517 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 23 -
CMYK 0 0.98 0.89 0.18
HSL 354.68º 0.95% 0.42% -
HSV(B) 354.68º 0.98% 0.82% -
XYZ 26.22 13.58 2.05 -
YUV 67.75 102.75 228.04 -
System Red Green Blue C M Y K H S L
Decimal 208 5 23 0 0.98 0.89 0.18 354.68 0.95 0.42
Hex D0 5 17 0 62 59 12 163 5F 2A
Octal 320 5 27 0 142 131 22 543 137 52
Binary 11010000 101 10111 0 1100010 1011001 10010 101100011 1011111 101010

Color Harmonies of #D00517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00517

Black with #D00517

Text Example


Text Example

White with #D00517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00517; }

 p { color: rgb(208,5,23); }

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

background-color css

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

 a { background-color: rgb(208,5,23); }

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

border-color css

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

 span { border-color: rgb(208,5,23); }

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