Html Css Color HEX #D90030 Crimson

📋 copy color: '#D90030'

red 217 ◦ green 0 ◦ blue 48

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

Shades of Crimson #D90030

Tints of Crimson #D90030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.11%

R = 81.89%
G = 0%
B = 18.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D90030 (or 0xD90030) is known color: Crimson. HEX triplet: D9, 00 and 30. RGB value is (217,0,48). Sum of RGB (Red+Green+Blue) = 217+0+48=265 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.89% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 217 - color contains mainly: red. Hex color #D90030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90030 is #26FFCF. Grayscale: #464646. Windows color (decimal): -2555856 or 3145945. OLE color: 3145945.

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

Color convert

RGB 217 0 48 -
CMYK 0 1 0.78 0.15
HSL 346.73º 1% 0.43% -
HSV(B) 346.73º 1% 0.85% -
XYZ 29.15 14.97 4.15 -
YUV 70.36 115.39 232.6 -
System Red Green Blue C M Y K H S L
Decimal 217 0 48 0 1 0.78 0.15 346.73 1 0.43
Hex D9 0 30 0 64 4E F 15B 64 2B
Octal 331 0 60 0 144 116 17 533 144 53
Binary 11011001 0 110000 0 1100100 1001110 1111 101011011 1100100 101011

Color Harmonies of #D90030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90030

Black with #D90030

Text Example


Text Example

White with #D90030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90030; }

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

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

background-color css

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

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

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

border-color css

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

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

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