Html Css Color HEX #D90E35 Crimson

📋 copy color: '#D90E35'

red 217 ◦ green 14 ◦ blue 53

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

Shades of Crimson #D90E35

Tints of Crimson #D90E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.66%

R = 76.41%
G = 4.93%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D90E35 (or 0xD90E35) is known color: Crimson. HEX triplet: D9, 0E and 35. RGB value is (217,14,53). Sum of RGB (Red+Green+Blue) = 217+14+53=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90E35 is #26F1CA. Grayscale: #4F4F4F. Windows color (decimal): -2552267 or 3477209. OLE color: 3477209.

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

Color convert

RGB 217 14 53 -
CMYK 0 0.94 0.76 0.15
HSL 348.47º 0.88% 0.45% -
HSV(B) 348.47º 0.94% 0.85% -
XYZ 29.41 15.32 4.78 -
YUV 79.14 113.25 226.33 -
System Red Green Blue C M Y K H S L
Decimal 217 14 53 0 0.94 0.76 0.15 348.47 0.88 0.45
Hex D9 E 35 0 5E 4C F 15C 58 2D
Octal 331 16 65 0 136 114 17 534 130 55
Binary 11011001 1110 110101 0 1011110 1001100 1111 101011100 1011000 101101

Color Harmonies of #D90E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90E35

Black with #D90E35

Text Example


Text Example

White with #D90E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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