Html Css Color HEX #D90003 Venetian Red

📋 copy color: '#D90003'

red 217 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #D90003

Tints of Venetian Red #D90003

RGB

 RED value IS 217 (85.16% from 255) = 98.64%

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

 BLUE value IS 3 (1.56% from 255) = 1.36%

R = 98.64%
G = 0%
B = 1.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D90003 (or 0xD90003) is known color: Venetian Red. HEX triplet: D9, 00 and 03. RGB value is (217,0,3). Sum of RGB (Red+Green+Blue) = 217+0+3=220 (29% of max value = 765). Red value is 217 (85.16% from 255 or 98.64% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 217 - color contains mainly: red. Hex color #D90003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90003 is #26FFFC. Grayscale: #414141. Windows color (decimal): -2555901 or 196825. OLE color: 196825.

HSL color Cylindrical-coordinate representation of color #D90003: hue angle of 359.17º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90003 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 0 3 -
CMYK 0 1 0.99 0.15
HSL 359.17º 1% 0.43% -
HSV(B) 359.17º 1% 0.85% -
XYZ 28.63 14.76 1.43 -
YUV 65.23 92.89 236.26 -
System Red Green Blue C M Y K H S L
Decimal 217 0 3 0 1 0.99 0.15 359.17 1 0.43
Hex D9 0 3 0 64 63 F 167 64 2B
Octal 331 0 3 0 144 143 17 547 144 53
Binary 11011001 0 11 0 1100100 1100011 1111 101100111 1100100 101011

Color Harmonies of #D90003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90003

Black with #D90003

Text Example


Text Example

White with #D90003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90003; }

 p { color: rgb(217,0,3); }

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

background-color css

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

 a { background-color: rgb(217,0,3); }

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

border-color css

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

 span { border-color: rgb(217,0,3); }

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