Html Css Color HEX #D90438 Crimson

📋 copy color: '#D90438'

red 217 ◦ green 4 ◦ blue 56

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

Shades of Crimson #D90438

Tints of Crimson #D90438

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

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

R = 78.34%
G = 1.44%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D90438 (or 0xD90438) is known color: Crimson. HEX triplet: D9, 04 and 38. RGB value is (217,4,56). Sum of RGB (Red+Green+Blue) = 217+4+56=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D90438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90438 is #26FBC7. Grayscale: #494949. Windows color (decimal): -2554824 or 3671257. OLE color: 3671257.

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

Color convert

RGB 217 4 56 -
CMYK 0 0.98 0.74 0.15
HSL 345.35º 0.96% 0.43% -
HSV(B) 345.35º 0.98% 0.85% -
XYZ 29.37 15.12 5.11 -
YUV 73.62 118.07 230.27 -
System Red Green Blue C M Y K H S L
Decimal 217 4 56 0 0.98 0.74 0.15 345.35 0.96 0.43
Hex D9 4 38 0 62 4A F 159 60 2B
Octal 331 4 70 0 142 112 17 531 140 53
Binary 11011001 100 111000 0 1100010 1001010 1111 101011001 1100000 101011

Color Harmonies of #D90438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90438

Black with #D90438

Text Example


Text Example

White with #D90438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90438; }

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

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

background-color css

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

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

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

border-color css

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

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

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