Html Css Color HEX #D9053C Crimson

📋 copy color: '#D9053C'

red 217 ◦ green 5 ◦ blue 60

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

Shades of Crimson #D9053C

Tints of Crimson #D9053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.28%

R = 76.95%
G = 1.77%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9053C (or 0xD9053C) is known color: Crimson. HEX triplet: D9, 05 and 3C. RGB value is (217,5,60). Sum of RGB (Red+Green+Blue) = 217+5+60=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D9053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9053C is #26FAC3. Grayscale: #4A4A4A. Windows color (decimal): -2554564 or 3933657. OLE color: 3933657.

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

Color convert

RGB 217 5 60 -
CMYK 0 0.98 0.72 0.15
HSL 344.43º 0.95% 0.44% -
HSV(B) 344.43º 0.98% 0.85% -
XYZ 29.49 15.19 5.65 -
YUV 74.66 119.74 229.53 -
System Red Green Blue C M Y K H S L
Decimal 217 5 60 0 0.98 0.72 0.15 344.43 0.95 0.44
Hex D9 5 3C 0 62 48 F 158 5F 2C
Octal 331 5 74 0 142 110 17 530 137 54
Binary 11011001 101 111100 0 1100010 1001000 1111 101011000 1011111 101100

Color Harmonies of #D9053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9053C

Black with #D9053C

Text Example


Text Example

White with #D9053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9053C; }

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

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

background-color css

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

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

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

border-color css

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

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

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