Html Css Color HEX #D90B40 Crimson

📋 copy color: '#D90B40'

red 217 ◦ green 11 ◦ blue 64

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

Shades of Crimson #D90B40

Tints of Crimson #D90B40

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.77%

 BLUE value IS 64 (25.39% from 255) = 21.92%

R = 74.32%
G = 3.77%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D90B40 (or 0xD90B40) is known color: Crimson. HEX triplet: D9, 0B and 40. RGB value is (217,11,64). Sum of RGB (Red+Green+Blue) = 217+11+64=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90B40 is #26F4BF. Grayscale: #4E4E4E. Windows color (decimal): -2553024 or 4197337. OLE color: 4197337.

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

Color convert

RGB 217 11 64 -
CMYK 0 0.95 0.71 0.15
HSL 344.56º 0.9% 0.45% -
HSV(B) 344.56º 0.95% 0.85% -
XYZ 29.66 15.36 6.25 -
YUV 78.64 119.75 226.69 -
System Red Green Blue C M Y K H S L
Decimal 217 11 64 0 0.95 0.71 0.15 344.56 0.9 0.45
Hex D9 B 40 0 5F 47 F 159 5A 2D
Octal 331 13 100 0 137 107 17 531 132 55
Binary 11011001 1011 1000000 0 1011111 1000111 1111 101011001 1011010 101101

Color Harmonies of #D90B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90B40

Black with #D90B40

Text Example


Text Example

White with #D90B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90B40; }

 p { color: rgb(217,11,64); }

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

background-color css

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

 a { background-color: rgb(217,11,64); }

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

border-color css

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

 span { border-color: rgb(217,11,64); }

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