Html Css Color HEX #D90619 Venetian Red

📋 copy color: '#D90619'

red 217 ◦ green 6 ◦ blue 25

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

Shades of Venetian Red #D90619

Tints of Venetian Red #D90619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.08%

R = 87.5%
G = 2.42%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D90619 (or 0xD90619) is known color: Venetian Red. HEX triplet: D9, 06 and 19. RGB value is (217,6,25). Sum of RGB (Red+Green+Blue) = 217+6+25=248 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.5% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 217 - color contains mainly: red. Hex color #D90619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90619 is #26F9E6. Grayscale: #474747. Windows color (decimal): -2554343 or 1640153. OLE color: 1640153.

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

Color convert

RGB 217 6 25 -
CMYK 0 0.97 0.88 0.15
HSL 354.6º 0.95% 0.44% -
HSV(B) 354.6º 0.97% 0.85% -
XYZ 28.86 14.95 2.28 -
YUV 71.26 101.9 231.96 -
System Red Green Blue C M Y K H S L
Decimal 217 6 25 0 0.97 0.88 0.15 354.6 0.95 0.44
Hex D9 6 19 0 61 58 F 163 5F 2C
Octal 331 6 31 0 141 130 17 543 137 54
Binary 11011001 110 11001 0 1100001 1011000 1111 101100011 1011111 101100

Color Harmonies of #D90619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90619

Black with #D90619

Text Example


Text Example

White with #D90619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90619; }

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

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

background-color css

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

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

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

border-color css

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

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

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