Html Css Color HEX #D90535 Crimson

📋 copy color: '#D90535'

red 217 ◦ green 5 ◦ blue 53

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

Shades of Crimson #D90535

Tints of Crimson #D90535

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 78.91%
G = 1.82%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D90535 (or 0xD90535) is known color: Crimson. HEX triplet: D9, 05 and 35. RGB value is (217,5,53). Sum of RGB (Red+Green+Blue) = 217+5+53=275 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.91% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 217 - color contains mainly: red. Hex color #D90535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90535 is #26FACA. Grayscale: #494949. Windows color (decimal): -2554571 or 3474905. OLE color: 3474905.

HSL color Cylindrical-coordinate representation of color #D90535: hue angle of 346.42º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90535 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 5 53 -
CMYK 0 0.98 0.76 0.15
HSL 346.42º 0.95% 0.44% -
HSV(B) 346.42º 0.98% 0.85% -
XYZ 29.31 15.12 4.74 -
YUV 73.86 116.24 230.1 -
System Red Green Blue C M Y K H S L
Decimal 217 5 53 0 0.98 0.76 0.15 346.42 0.95 0.44
Hex D9 5 35 0 62 4C F 15A 5F 2C
Octal 331 5 65 0 142 114 17 532 137 54
Binary 11011001 101 110101 0 1100010 1001100 1111 101011010 1011111 101100

Color Harmonies of #D90535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90535

Black with #D90535

Text Example


Text Example

White with #D90535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90535; }

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

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

background-color css

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

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

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

border-color css

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

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

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