Html Css Color HEX #D90239 Crimson

📋 copy color: '#D90239'

red 217 ◦ green 2 ◦ blue 57

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

Shades of Crimson #D90239

Tints of Crimson #D90239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.65%

R = 78.62%
G = 0.72%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D90239 (or 0xD90239) is known color: Crimson. HEX triplet: D9, 02 and 39. RGB value is (217,2,57). Sum of RGB (Red+Green+Blue) = 217+2+57=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D90239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90239 is #26FDC6. Grayscale: #484848. Windows color (decimal): -2555335 or 3736281. OLE color: 3736281.

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

Color convert

RGB 217 2 57 -
CMYK 0 0.99 0.74 0.15
HSL 344.65º 0.98% 0.43% -
HSV(B) 344.65º 0.99% 0.85% -
XYZ 29.38 15.09 5.24 -
YUV 72.56 119.23 231.03 -
System Red Green Blue C M Y K H S L
Decimal 217 2 57 0 0.99 0.74 0.15 344.65 0.98 0.43
Hex D9 2 39 0 63 4A F 159 62 2B
Octal 331 2 71 0 143 112 17 531 142 53
Binary 11011001 10 111001 0 1100011 1001010 1111 101011001 1100010 101011

Color Harmonies of #D90239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90239

Black with #D90239

Text Example


Text Example

White with #D90239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90239; }

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

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

background-color css

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

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

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

border-color css

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

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

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