Html Css Color HEX #D30017 Venetian Red

📋 copy color: '#D30017'

red 211 ◦ green 0 ◦ blue 23

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

Shades of Venetian Red #D30017

Tints of Venetian Red #D30017

RGB

 RED value IS 211 (82.81% from 255) = 90.17%

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

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

R = 90.17%
G = 0%
B = 9.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D30017 (or 0xD30017) is known color: Venetian Red. HEX triplet: D3, 00 and 17. RGB value is (211,0,23). Sum of RGB (Red+Green+Blue) = 211+0+23=234 (30% of max value = 765). Red value is 211 (82.81% from 255 or 90.17% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 211 - color contains mainly: red. Hex color #D30017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30017 is #2CFFE8. Grayscale: #414141. Windows color (decimal): -2949097 or 1507539. OLE color: 1507539.

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

Color convert

RGB 211 0 23 -
CMYK 0 1 0.89 0.17
HSL 353.46º 1% 0.41% -
HSV(B) 353.46º 1% 0.83% -
XYZ 27.02 13.91 2.07 -
YUV 65.71 103.9 231.63 -
System Red Green Blue C M Y K H S L
Decimal 211 0 23 0 1 0.89 0.17 353.46 1 0.41
Hex D3 0 17 0 64 59 11 161 64 29
Octal 323 0 27 0 144 131 21 541 144 51
Binary 11010011 0 10111 0 1100100 1011001 10001 101100001 1100100 101001

Color Harmonies of #D30017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30017

Black with #D30017

Text Example


Text Example

White with #D30017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30017; }

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

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

background-color css

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

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

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

border-color css

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

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

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