Html Css Color HEX #D90838 Crimson

📋 copy color: '#D90838'

red 217 ◦ green 8 ◦ blue 56

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

Shades of Crimson #D90838

Tints of Crimson #D90838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.93%

R = 77.22%
G = 2.85%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D90838 (or 0xD90838) is known color: Crimson. HEX triplet: D9, 08 and 38. RGB value is (217,8,56). Sum of RGB (Red+Green+Blue) = 217+8+56=281 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.22% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 217 - color contains mainly: red. Hex color #D90838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90838 is #26F7C7. Grayscale: #4B4B4B. Windows color (decimal): -2553800 or 3672281. OLE color: 3672281.

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

Color convert

RGB 217 8 56 -
CMYK 0 0.96 0.74 0.15
HSL 346.22º 0.93% 0.44% -
HSV(B) 346.22º 0.96% 0.85% -
XYZ 29.42 15.21 5.13 -
YUV 75.96 116.74 228.6 -
System Red Green Blue C M Y K H S L
Decimal 217 8 56 0 0.96 0.74 0.15 346.22 0.93 0.44
Hex D9 8 38 0 60 4A F 15A 5D 2C
Octal 331 10 70 0 140 112 17 532 135 54
Binary 11011001 1000 111000 0 1100000 1001010 1111 101011010 1011101 101100

Color Harmonies of #D90838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90838

Black with #D90838

Text Example


Text Example

White with #D90838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90838; }

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

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

background-color css

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

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

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

border-color css

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

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

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