Html Css Color HEX #D9053F Crimson

📋 copy color: '#D9053F'

red 217 ◦ green 5 ◦ blue 63

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

Shades of Crimson #D9053F

Tints of Crimson #D9053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.11%

R = 76.14%
G = 1.75%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9053F (or 0xD9053F) is known color: Crimson. HEX triplet: D9, 05 and 3F. RGB value is (217,5,63). Sum of RGB (Red+Green+Blue) = 217+5+63=285 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.14% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 217 - color contains mainly: red. Hex color #D9053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9053F is #26FAC0. Grayscale: #4A4A4A. Windows color (decimal): -2554561 or 4130265. OLE color: 4130265.

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

Color convert

RGB 217 5 63 -
CMYK 0 0.98 0.71 0.15
HSL 343.58º 0.95% 0.44% -
HSV(B) 343.58º 0.98% 0.85% -
XYZ 29.57 15.22 6.08 -
YUV 75 121.24 229.28 -
System Red Green Blue C M Y K H S L
Decimal 217 5 63 0 0.98 0.71 0.15 343.58 0.95 0.44
Hex D9 5 3F 0 62 47 F 158 5F 2C
Octal 331 5 77 0 142 107 17 530 137 54
Binary 11011001 101 111111 0 1100010 1000111 1111 101011000 1011111 101100

Color Harmonies of #D9053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9053F

Black with #D9053F

Text Example


Text Example

White with #D9053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9053F; }

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

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

background-color css

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

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

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

border-color css

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

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

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