Html Css Color HEX #D9053A Crimson

📋 copy color: '#D9053A'

red 217 ◦ green 5 ◦ blue 58

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

Shades of Crimson #D9053A

Tints of Crimson #D9053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 77.5%
G = 1.79%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9053A (or 0xD9053A) is known color: Crimson. HEX triplet: D9, 05 and 3A. RGB value is (217,5,58). Sum of RGB (Red+Green+Blue) = 217+5+58=280 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.5% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 217 - color contains mainly: red. Hex color #D9053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9053A is #26FAC5. Grayscale: #4A4A4A. Windows color (decimal): -2554566 or 3802585. OLE color: 3802585.

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

Color convert

RGB 217 5 58 -
CMYK 0 0.98 0.73 0.15
HSL 345º 0.95% 0.44% -
HSV(B) 345º 0.98% 0.85% -
XYZ 29.43 15.17 5.38 -
YUV 74.43 118.74 229.69 -
System Red Green Blue C M Y K H S L
Decimal 217 5 58 0 0.98 0.73 0.15 345 0.95 0.44
Hex D9 5 3A 0 62 49 F 159 5F 2C
Octal 331 5 72 0 142 111 17 531 137 54
Binary 11011001 101 111010 0 1100010 1001001 1111 101011001 1011111 101100

Color Harmonies of #D9053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9053A

Black with #D9053A

Text Example


Text Example

White with #D9053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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