Html Css Color HEX #D21448 Crimson

📋 copy color: '#D21448'

red 210 ◦ green 20 ◦ blue 72

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

Shades of Crimson #D21448

Tints of Crimson #D21448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.62%

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

R = 69.54%
G = 6.62%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D21448 (or 0xD21448) is known color: Crimson. HEX triplet: D2, 14 and 48. RGB value is (210,20,72). Sum of RGB (Red+Green+Blue) = 210+20+72=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D21448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21448 is #2DEBB7. Grayscale: #525252. Windows color (decimal): -3009464 or 4723922. OLE color: 4723922.

HSL color Cylindrical-coordinate representation of color #D21448: hue angle of 343.58º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21448 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 20 72 -
CMYK 0 0.90 0.66 0.18
HSL 343.58º 0.83% 0.45% -
HSV(B) 343.58º 0.9% 0.82% -
XYZ 28 14.67 7.49 -
YUV 82.74 121.95 218.77 -
System Red Green Blue C M Y K H S L
Decimal 210 20 72 0 0.90 0.66 0.18 343.58 0.83 0.45
Hex D2 14 48 0 5A 42 12 158 53 2D
Octal 322 24 110 0 132 102 22 530 123 55
Binary 11010010 10100 1001000 0 1011010 1000010 10010 101011000 1010011 101101

Color Harmonies of #D21448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21448

Black with #D21448

Text Example


Text Example

White with #D21448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21448; }

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

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

background-color css

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

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

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

border-color css

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

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

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