Html Css Color HEX #D90023 Venetian Red

📋 copy color: '#D90023'

red 217 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #D90023

Tints of Venetian Red #D90023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.89%

R = 86.11%
G = 0%
B = 13.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D90023 (or 0xD90023) is known color: Venetian Red. HEX triplet: D9, 00 and 23. RGB value is (217,0,35). Sum of RGB (Red+Green+Blue) = 217+0+35=252 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.11% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 217 - color contains mainly: red. Hex color #D90023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90023 is #26FFDC. Grayscale: #444444. Windows color (decimal): -2555869 or 2293977. OLE color: 2293977.

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

Color convert

RGB 217 0 35 -
CMYK 0 1 0.84 0.15
HSL 350.32º 1% 0.43% -
HSV(B) 350.32º 1% 0.85% -
XYZ 28.92 14.87 2.94 -
YUV 68.87 108.89 233.65 -
System Red Green Blue C M Y K H S L
Decimal 217 0 35 0 1 0.84 0.15 350.32 1 0.43
Hex D9 0 23 0 64 54 F 15E 64 2B
Octal 331 0 43 0 144 124 17 536 144 53
Binary 11011001 0 100011 0 1100100 1010100 1111 101011110 1100100 101011

Color Harmonies of #D90023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90023

Black with #D90023

Text Example


Text Example

White with #D90023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90023; }

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

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

background-color css

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

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

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

border-color css

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

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

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