Html Css Color HEX #D90318 Venetian Red

📋 copy color: '#D90318'

red 217 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #D90318

Tints of Venetian Red #D90318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

 BLUE value IS 24 (9.77% from 255) = 9.84%

R = 88.93%
G = 1.23%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D90318 (or 0xD90318) is known color: Venetian Red. HEX triplet: D9, 03 and 18. RGB value is (217,3,24). Sum of RGB (Red+Green+Blue) = 217+3+24=244 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.93% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 217 - color contains mainly: red. Hex color #D90318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90318 is #26FCE7. Grayscale: #454545. Windows color (decimal): -2555112 or 1573849. OLE color: 1573849.

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

Color convert

RGB 217 3 24 -
CMYK 0 0.99 0.89 0.15
HSL 354.11º 0.97% 0.43% -
HSV(B) 354.11º 0.99% 0.85% -
XYZ 28.81 14.88 2.22 -
YUV 69.38 102.4 233.29 -
System Red Green Blue C M Y K H S L
Decimal 217 3 24 0 0.99 0.89 0.15 354.11 0.97 0.43
Hex D9 3 18 0 63 59 F 162 61 2B
Octal 331 3 30 0 143 131 17 542 141 53
Binary 11011001 11 11000 0 1100011 1011001 1111 101100010 1100001 101011

Color Harmonies of #D90318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90318

Black with #D90318

Text Example


Text Example

White with #D90318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90318; }

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

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

background-color css

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

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

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

border-color css

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

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

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