Html Css Color HEX #D9052C Crimson

📋 copy color: '#D9052C'

red 217 ◦ green 5 ◦ blue 44

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

Shades of Crimson #D9052C

Tints of Crimson #D9052C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.54%

R = 81.58%
G = 1.88%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9052C (or 0xD9052C) is known color: Crimson. HEX triplet: D9, 05 and 2C. RGB value is (217,5,44). Sum of RGB (Red+Green+Blue) = 217+5+44=266 (35% of max value = 765). Red value is 217 (85.16% from 255 or 81.58% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 217 - color contains mainly: red. Hex color #D9052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9052C is #26FAD3. Grayscale: #484848. Windows color (decimal): -2554580 or 2885081. OLE color: 2885081.

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

Color convert

RGB 217 5 44 -
CMYK 0 0.98 0.80 0.15
HSL 348.96º 0.95% 0.44% -
HSV(B) 348.96º 0.98% 0.85% -
XYZ 29.12 15.04 3.75 -
YUV 72.83 111.74 230.83 -
System Red Green Blue C M Y K H S L
Decimal 217 5 44 0 0.98 0.80 0.15 348.96 0.95 0.44
Hex D9 5 2C 0 62 50 F 15D 5F 2C
Octal 331 5 54 0 142 120 17 535 137 54
Binary 11011001 101 101100 0 1100010 1010000 1111 101011101 1011111 101100

Color Harmonies of #D9052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9052C

Black with #D9052C

Text Example


Text Example

White with #D9052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9052C; }

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

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

background-color css

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

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

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

border-color css

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

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

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