Html Css Color HEX #D90248 Crimson

📋 copy color: '#D90248'

red 217 ◦ green 2 ◦ blue 72

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

Shades of Crimson #D90248

Tints of Crimson #D90248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 72 (28.52% from 255) = 24.74%

R = 74.57%
G = 0.69%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D90248 (or 0xD90248) is known color: Crimson. HEX triplet: D9, 02 and 48. RGB value is (217,2,72). Sum of RGB (Red+Green+Blue) = 217+2+72=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D90248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90248 is #26FDB7. Grayscale: #4A4A4A. Windows color (decimal): -2555320 or 4719321. OLE color: 4719321.

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

Color convert

RGB 217 2 72 -
CMYK 0 0.99 0.67 0.15
HSL 340.47º 0.98% 0.43% -
HSV(B) 340.47º 0.99% 0.85% -
XYZ 29.81 15.26 7.51 -
YUV 74.27 126.73 229.81 -
System Red Green Blue C M Y K H S L
Decimal 217 2 72 0 0.99 0.67 0.15 340.47 0.98 0.43
Hex D9 2 48 0 63 43 F 154 62 2B
Octal 331 2 110 0 143 103 17 524 142 53
Binary 11011001 10 1001000 0 1100011 1000011 1111 101010100 1100010 101011

Color Harmonies of #D90248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90248

Black with #D90248

Text Example


Text Example

White with #D90248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90248; }

 p { color: rgb(217,2,72); }

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

background-color css

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

 a { background-color: rgb(217,2,72); }

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

border-color css

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

 span { border-color: rgb(217,2,72); }

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