Html Css Color HEX #D21948 Crimson

📋 copy color: '#D21948'

red 210 ◦ green 25 ◦ blue 72

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

Shades of Crimson #D21948

Tints of Crimson #D21948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.14%

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

R = 68.4%
G = 8.14%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D21948 (or 0xD21948) is known color: Crimson. HEX triplet: D2, 19 and 48. RGB value is (210,25,72). Sum of RGB (Red+Green+Blue) = 210+25+72=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D21948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21948 is #2DE6B7. Grayscale: #555555. Windows color (decimal): -3008184 or 4725202. OLE color: 4725202.

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

Color convert

RGB 210 25 72 -
CMYK 0 0.88 0.66 0.18
HSL 344.76º 0.79% 0.46% -
HSV(B) 344.76º 0.88% 0.82% -
XYZ 28.1 14.86 7.52 -
YUV 85.67 120.29 216.68 -
System Red Green Blue C M Y K H S L
Decimal 210 25 72 0 0.88 0.66 0.18 344.76 0.79 0.46
Hex D2 19 48 0 58 42 12 159 4F 2E
Octal 322 31 110 0 130 102 22 531 117 56
Binary 11010010 11001 1001000 0 1011000 1000010 10010 101011001 1001111 101110

Color Harmonies of #D21948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21948

Black with #D21948

Text Example


Text Example

White with #D21948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21948; }

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

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

background-color css

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

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

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

border-color css

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

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

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