Html Css Color HEX #D90103 Venetian Red

📋 copy color: '#D90103'

red 217 ◦ green 1 ◦ blue 3

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

Shades of Venetian Red #D90103

Tints of Venetian Red #D90103

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 98.19%
G = 0.45%
B = 1.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D90103 (or 0xD90103) is known color: Venetian Red. HEX triplet: D9, 01 and 03. RGB value is (217,1,3). Sum of RGB (Red+Green+Blue) = 217+1+3=221 (29% of max value = 765). Red value is 217 (85.16% from 255 or 98.19% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 217 - color contains mainly: red. Hex color #D90103 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90103 is #26FEFC. Grayscale: #424242. Windows color (decimal): -2555645 or 197081. OLE color: 197081.

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

Color convert

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

Color Harmonies of #D90103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90103

Black with #D90103

Text Example


Text Example

White with #D90103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90103; }

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

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

background-color css

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

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

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

border-color css

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

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

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