Html Css Color HEX #D90542 Crimson

📋 copy color: '#D90542'

red 217 ◦ green 5 ◦ blue 66

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

Shades of Crimson #D90542

Tints of Crimson #D90542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 66 (26.17% from 255) = 22.92%

R = 75.35%
G = 1.74%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D90542 (or 0xD90542) is known color: Crimson. HEX triplet: D9, 05 and 42. RGB value is (217,5,66). Sum of RGB (Red+Green+Blue) = 217+5+66=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D90542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90542 is #26FABD. Grayscale: #4B4B4B. Windows color (decimal): -2554558 or 4326873. OLE color: 4326873.

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

Color convert

RGB 217 5 66 -
CMYK 0 0.98 0.70 0.15
HSL 342.74º 0.95% 0.44% -
HSV(B) 342.74º 0.98% 0.85% -
XYZ 29.65 15.25 6.54 -
YUV 75.34 122.74 229.04 -
System Red Green Blue C M Y K H S L
Decimal 217 5 66 0 0.98 0.70 0.15 342.74 0.95 0.44
Hex D9 5 42 0 62 46 F 157 5F 2C
Octal 331 5 102 0 142 106 17 527 137 54
Binary 11011001 101 1000010 0 1100010 1000110 1111 101010111 1011111 101100

Color Harmonies of #D90542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90542

Black with #D90542

Text Example


Text Example

White with #D90542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90542; }

 p { color: rgb(217,5,66); }

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

background-color css

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

 a { background-color: rgb(217,5,66); }

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

border-color css

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

 span { border-color: rgb(217,5,66); }

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