Html Css Color HEX #D90240 Crimson

📋 copy color: '#D90240'

red 217 ◦ green 2 ◦ blue 64

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

Shades of Crimson #D90240

Tints of Crimson #D90240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 64 (25.39% from 255) = 22.61%

R = 76.68%
G = 0.71%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D90240 (or 0xD90240) is known color: Crimson. HEX triplet: D9, 02 and 40. RGB value is (217,2,64). Sum of RGB (Red+Green+Blue) = 217+2+64=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D90240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90240 is #26FDBF. Grayscale: #494949. Windows color (decimal): -2555328 or 4195033. OLE color: 4195033.

HSL color Cylindrical-coordinate representation of color #D90240: hue angle of 342.7º degrees, saturation: 0.98, 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 #D90240 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 2 64 -
CMYK 0 0.99 0.71 0.15
HSL 342.7º 0.98% 0.43% -
HSV(B) 342.7º 0.99% 0.85% -
XYZ 29.56 15.17 6.22 -
YUV 73.35 122.73 230.46 -
System Red Green Blue C M Y K H S L
Decimal 217 2 64 0 0.99 0.71 0.15 342.7 0.98 0.43
Hex D9 2 40 0 63 47 F 157 62 2B
Octal 331 2 100 0 143 107 17 527 142 53
Binary 11011001 10 1000000 0 1100011 1000111 1111 101010111 1100010 101011

Color Harmonies of #D90240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90240

Black with #D90240

Text Example


Text Example

White with #D90240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90240; }

 p { color: rgb(217,2,64); }

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

background-color css

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

 a { background-color: rgb(217,2,64); }

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

border-color css

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

 span { border-color: rgb(217,2,64); }

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