Html Css Color HEX #D90E44 Crimson

📋 copy color: '#D90E44'

red 217 ◦ green 14 ◦ blue 68

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

Shades of Crimson #D90E44

Tints of Crimson #D90E44

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.68%

 BLUE value IS 68 (26.95% from 255) = 22.74%

R = 72.58%
G = 4.68%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D90E44 (or 0xD90E44) is known color: Crimson. HEX triplet: D9, 0E and 44. RGB value is (217,14,68). Sum of RGB (Red+Green+Blue) = 217+14+68=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90E44 is #26F1BB. Grayscale: #505050. Windows color (decimal): -2552252 or 4460249. OLE color: 4460249.

HSL color Cylindrical-coordinate representation of color #D90E44: hue angle of 344.04º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90E44 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 14 68 -
CMYK 0 0.94 0.69 0.15
HSL 344.04º 0.88% 0.45% -
HSV(B) 344.04º 0.94% 0.85% -
XYZ 29.82 15.48 6.89 -
YUV 80.85 120.75 225.11 -
System Red Green Blue C M Y K H S L
Decimal 217 14 68 0 0.94 0.69 0.15 344.04 0.88 0.45
Hex D9 E 44 0 5E 45 F 158 58 2D
Octal 331 16 104 0 136 105 17 530 130 55
Binary 11011001 1110 1000100 0 1011110 1000101 1111 101011000 1011000 101101

Color Harmonies of #D90E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90E44

Black with #D90E44

Text Example


Text Example

White with #D90E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90E44; }

 p { color: rgb(217,14,68); }

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

background-color css

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

 a { background-color: rgb(217,14,68); }

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

border-color css

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

 span { border-color: rgb(217,14,68); }

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