Html Css Color HEX #D90635 Crimson

📋 copy color: '#D90635'

red 217 ◦ green 6 ◦ blue 53

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

Shades of Crimson #D90635

Tints of Crimson #D90635

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 78.62%
G = 2.17%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D90635 (or 0xD90635) is known color: Crimson. HEX triplet: D9, 06 and 35. RGB value is (217,6,53). Sum of RGB (Red+Green+Blue) = 217+6+53=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D90635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90635 is #26F9CA. Grayscale: #4A4A4A. Windows color (decimal): -2554315 or 3475161. OLE color: 3475161.

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

Color convert

RGB 217 6 53 -
CMYK 0 0.97 0.76 0.15
HSL 346.64º 0.95% 0.44% -
HSV(B) 346.64º 0.97% 0.85% -
XYZ 29.32 15.14 4.74 -
YUV 74.45 115.9 229.68 -
System Red Green Blue C M Y K H S L
Decimal 217 6 53 0 0.97 0.76 0.15 346.64 0.95 0.44
Hex D9 6 35 0 61 4C F 15B 5F 2C
Octal 331 6 65 0 141 114 17 533 137 54
Binary 11011001 110 110101 0 1100001 1001100 1111 101011011 1011111 101100

Color Harmonies of #D90635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90635

Black with #D90635

Text Example


Text Example

White with #D90635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90635; }

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

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

background-color css

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

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

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

border-color css

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

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

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