Html Css Color HEX #D90002 Venetian Red

📋 copy color: '#D90002'

red 217 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #D90002

Tints of Venetian Red #D90002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 99.09%
G = 0%
B = 0.91%

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

#D90002 (or 0xD90002) is known color: Venetian Red. HEX triplet: D9, 00 and 02. RGB value is (217,0,2). Sum of RGB (Red+Green+Blue) = 217+0+2=219 (29% of max value = 765). Red value is 217 (85.16% from 255 or 99.09% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 217 - color contains mainly: red. Hex color #D90002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90002 is #26FFFD. Grayscale: #414141. Windows color (decimal): -2555902 or 131289. OLE color: 131289.

HSL color Cylindrical-coordinate representation of color #D90002: hue angle of 359.45º 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 #D90002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

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

Color Harmonies of #D90002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90002

Black with #D90002

Text Example


Text Example

White with #D90002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90002; }

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

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

background-color css

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

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

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

border-color css

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

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

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