Html Css Color HEX #D20548 Crimson

📋 copy color: '#D20548'

red 210 ◦ green 5 ◦ blue 72

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

Shades of Crimson #D20548

Tints of Crimson #D20548

RGB

 RED value IS 210 (82.42% from 255) = 73.17%

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

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

R = 73.17%
G = 1.74%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D20548 (or 0xD20548) is known color: Crimson. HEX triplet: D2, 05 and 48. RGB value is (210,5,72). Sum of RGB (Red+Green+Blue) = 210+5+72=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D20548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20548 is #2DFAB7. Grayscale: #494949. Windows color (decimal): -3013304 or 4720082. OLE color: 4720082.

HSL color Cylindrical-coordinate representation of color #D20548: hue angle of 340.39º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20548 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 5 72 -
CMYK 0 0.98 0.66 0.18
HSL 340.39º 0.95% 0.42% -
HSV(B) 340.39º 0.98% 0.82% -
XYZ 27.8 14.28 7.42 -
YUV 73.93 126.92 225.05 -
System Red Green Blue C M Y K H S L
Decimal 210 5 72 0 0.98 0.66 0.18 340.39 0.95 0.42
Hex D2 5 48 0 62 42 12 154 5F 2A
Octal 322 5 110 0 142 102 22 524 137 52
Binary 11010010 101 1001000 0 1100010 1000010 10010 101010100 1011111 101010

Color Harmonies of #D20548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20548

Black with #D20548

Text Example


Text Example

White with #D20548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20548; }

 p { color: rgb(210,5,72); }

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

background-color css

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

 a { background-color: rgb(210,5,72); }

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

border-color css

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

 span { border-color: rgb(210,5,72); }

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