Html Css Color HEX #D90121 Venetian Red

📋 copy color: '#D90121'

red 217 ◦ green 1 ◦ blue 33

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

Shades of Venetian Red #D90121

Tints of Venetian Red #D90121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.15%

R = 86.45%
G = 0.4%
B = 13.15%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D90121 (or 0xD90121) is known color: Venetian Red. HEX triplet: D9, 01 and 21. RGB value is (217,1,33). Sum of RGB (Red+Green+Blue) = 217+1+33=251 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.45% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 217 - color contains mainly: red. Hex color #D90121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90121 is #26FEDE. Grayscale: #454545. Windows color (decimal): -2555615 or 2163161. OLE color: 2163161.

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

Color convert

RGB 217 1 33 -
CMYK 0 1.00 0.85 0.15
HSL 351.11º 0.99% 0.43% -
HSV(B) 351.11º 1% 0.85% -
XYZ 28.9 14.88 2.79 -
YUV 69.23 107.56 233.4 -
System Red Green Blue C M Y K H S L
Decimal 217 1 33 0 1.00 0.85 0.15 351.11 0.99 0.43
Hex D9 1 21 0 64 55 F 15F 63 2B
Octal 331 1 41 0 144 125 17 537 143 53
Binary 11011001 1 100001 0 1100100 1010101 1111 101011111 1100011 101011

Color Harmonies of #D90121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90121

Black with #D90121

Text Example


Text Example

White with #D90121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90121; }

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

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

background-color css

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

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

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

border-color css

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

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

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