Html Css Color HEX #D90935 Crimson

📋 copy color: '#D90935'

red 217 ◦ green 9 ◦ blue 53

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

Shades of Crimson #D90935

Tints of Crimson #D90935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.23%

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

R = 77.78%
G = 3.23%
B = 19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D90935 (or 0xD90935) is known color: Crimson. HEX triplet: D9, 09 and 35. RGB value is (217,9,53). Sum of RGB (Red+Green+Blue) = 217+9+53=279 (36% of max value = 765). Red value is 217 (85.16% from 255 or 77.78% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 217 - color contains mainly: red. Hex color #D90935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90935 is #26F6CA. Grayscale: #4C4C4C. Windows color (decimal): -2553547 or 3475929. OLE color: 3475929.

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

Color convert

RGB 217 9 53 -
CMYK 0 0.96 0.76 0.15
HSL 347.31º 0.92% 0.44% -
HSV(B) 347.31º 0.96% 0.85% -
XYZ 29.36 15.2 4.76 -
YUV 76.21 114.91 228.42 -
System Red Green Blue C M Y K H S L
Decimal 217 9 53 0 0.96 0.76 0.15 347.31 0.92 0.44
Hex D9 9 35 0 60 4C F 15B 5C 2C
Octal 331 11 65 0 140 114 17 533 134 54
Binary 11011001 1001 110101 0 1100000 1001100 1111 101011011 1011100 101100

Color Harmonies of #D90935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90935

Black with #D90935

Text Example


Text Example

White with #D90935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90935; }

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

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

background-color css

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

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

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

border-color css

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

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

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