Html Css Color HEX #D90038 Crimson

📋 copy color: '#D90038'

red 217 ◦ green 0 ◦ blue 56

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

Shades of Crimson #D90038

Tints of Crimson #D90038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.49%
G = 0%
B = 20.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D90038 (or 0xD90038) is known color: Crimson. HEX triplet: D9, 00 and 38. RGB value is (217,0,56). Sum of RGB (Red+Green+Blue) = 217+0+56=273 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.49% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 217 - color contains mainly: red. Hex color #D90038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90038 is #26FFC7. Grayscale: #474747. Windows color (decimal): -2555848 or 3670233. OLE color: 3670233.

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

Color convert

RGB 217 0 56 -
CMYK 0 1 0.74 0.15
HSL 344.52º 1% 0.43% -
HSV(B) 344.52º 1% 0.85% -
XYZ 29.33 15.04 5.1 -
YUV 71.27 119.39 231.95 -
System Red Green Blue C M Y K H S L
Decimal 217 0 56 0 1 0.74 0.15 344.52 1 0.43
Hex D9 0 38 0 64 4A F 159 64 2B
Octal 331 0 70 0 144 112 17 531 144 53
Binary 11011001 0 111000 0 1100100 1001010 1111 101011001 1100100 101011

Color Harmonies of #D90038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90038

Black with #D90038

Text Example


Text Example

White with #D90038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90038; }

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

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

background-color css

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

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

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

border-color css

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

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

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