Html Css Color HEX #D90834 Crimson

📋 copy color: '#D90834'

red 217 ◦ green 8 ◦ blue 52

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

Shades of Crimson #D90834

Tints of Crimson #D90834

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.89%

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

R = 78.34%
G = 2.89%
B = 18.77%

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

#D90834 (or 0xD90834) is known color: Crimson. HEX triplet: D9, 08 and 34. RGB value is (217,8,52). Sum of RGB (Red+Green+Blue) = 217+8+52=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D90834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90834 is #26F7CB. Grayscale: #4B4B4B. Windows color (decimal): -2553804 or 3410137. OLE color: 3410137.

HSL color Cylindrical-coordinate representation of color #D90834: hue angle of 347.37º degrees, saturation: 0.93, 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 #D90834 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 8 52 -
CMYK 0 0.96 0.76 0.15
HSL 347.37º 0.93% 0.44% -
HSV(B) 347.37º 0.96% 0.85% -
XYZ 29.32 15.17 4.63 -
YUV 75.51 114.74 228.92 -
System Red Green Blue C M Y K H S L
Decimal 217 8 52 0 0.96 0.76 0.15 347.37 0.93 0.44
Hex D9 8 34 0 60 4C F 15B 5D 2C
Octal 331 10 64 0 140 114 17 533 135 54
Binary 11011001 1000 110100 0 1100000 1001100 1111 101011011 1011101 101100

Color Harmonies of #D90834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90834

Black with #D90834

Text Example


Text Example

White with #D90834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90834; }

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

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

background-color css

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

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

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

border-color css

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

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

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