Html Css Color HEX #D90134 Crimson

📋 copy color: '#D90134'

red 217 ◦ green 1 ◦ blue 52

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

Shades of Crimson #D90134

Tints of Crimson #D90134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 52 (20.7% from 255) = 19.26%

R = 80.37%
G = 0.37%
B = 19.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D90134 (or 0xD90134) is known color: Crimson. HEX triplet: D9, 01 and 34. RGB value is (217,1,52). Sum of RGB (Red+Green+Blue) = 217+1+52=270 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.37% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 217 - color contains mainly: red. Hex color #D90134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90134 is #26FECB. Grayscale: #474747. Windows color (decimal): -2555596 or 3408345. OLE color: 3408345.

HSL color Cylindrical-coordinate representation of color #D90134: hue angle of 345.83º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90134 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 1 52 -
CMYK 0 1.00 0.76 0.15
HSL 345.83º 0.99% 0.43% -
HSV(B) 345.83º 1% 0.85% -
XYZ 29.25 15.02 4.61 -
YUV 71.4 117.06 231.85 -
System Red Green Blue C M Y K H S L
Decimal 217 1 52 0 1.00 0.76 0.15 345.83 0.99 0.43
Hex D9 1 34 0 64 4C F 15A 63 2B
Octal 331 1 64 0 144 114 17 532 143 53
Binary 11011001 1 110100 0 1100100 1001100 1111 101011010 1100011 101011

Color Harmonies of #D90134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90134

Black with #D90134

Text Example


Text Example

White with #D90134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90134; }

 p { color: rgb(217,1,52); }

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

background-color css

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

 a { background-color: rgb(217,1,52); }

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

border-color css

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

 span { border-color: rgb(217,1,52); }

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