Html Css Color HEX #D00017 Venetian Red

📋 copy color: '#D00017'

red 208 ◦ green 0 ◦ blue 23

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

Shades of Venetian Red #D00017

Tints of Venetian Red #D00017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.04%
G = 0%
B = 9.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D00017 (or 0xD00017) is known color: Venetian Red. HEX triplet: D0, 00 and 17. RGB value is (208,0,23). Sum of RGB (Red+Green+Blue) = 208+0+23=231 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.04% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 208 - color contains mainly: red. Hex color #D00017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00017 is #2FFFE8. Grayscale: #404040. Windows color (decimal): -3145705 or 1507536. OLE color: 1507536.

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

Color convert

RGB 208 0 23 -
CMYK 0 1 0.89 0.18
HSL 353.37º 1% 0.41% -
HSV(B) 353.37º 1% 0.82% -
XYZ 26.17 13.47 2.03 -
YUV 64.81 104.41 230.13 -
System Red Green Blue C M Y K H S L
Decimal 208 0 23 0 1 0.89 0.18 353.37 1 0.41
Hex D0 0 17 0 64 59 12 161 64 29
Octal 320 0 27 0 144 131 22 541 144 51
Binary 11010000 0 10111 0 1100100 1011001 10010 101100001 1100100 101001

Color Harmonies of #D00017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00017

Black with #D00017

Text Example


Text Example

White with #D00017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00017; }

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

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

background-color css

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

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

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

border-color css

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

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

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