Html Css Color HEX #D90618 Venetian Red

📋 copy color: '#D90618'

red 217 ◦ green 6 ◦ blue 24

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

Shades of Venetian Red #D90618

Tints of Venetian Red #D90618

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.43%

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

R = 87.85%
G = 2.43%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D90618 (or 0xD90618) is known color: Venetian Red. HEX triplet: D9, 06 and 18. RGB value is (217,6,24). Sum of RGB (Red+Green+Blue) = 217+6+24=247 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.85% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 217 - color contains mainly: red. Hex color #D90618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90618 is #26F9E7. Grayscale: #474747. Windows color (decimal): -2554344 or 1574617. OLE color: 1574617.

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

Color convert

RGB 217 6 24 -
CMYK 0 0.97 0.89 0.15
HSL 354.88º 0.95% 0.44% -
HSV(B) 354.88º 0.97% 0.85% -
XYZ 28.85 14.95 2.23 -
YUV 71.14 101.4 232.04 -
System Red Green Blue C M Y K H S L
Decimal 217 6 24 0 0.97 0.89 0.15 354.88 0.95 0.44
Hex D9 6 18 0 61 59 F 163 5F 2C
Octal 331 6 30 0 141 131 17 543 137 54
Binary 11011001 110 11000 0 1100001 1011001 1111 101100011 1011111 101100

Color Harmonies of #D90618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90618

Black with #D90618

Text Example


Text Example

White with #D90618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90618; }

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

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

background-color css

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

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

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

border-color css

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

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

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