Html Css Color HEX #D21839 Crimson

📋 copy color: '#D21839'

red 210 ◦ green 24 ◦ blue 57

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

Shades of Crimson #D21839

Tints of Crimson #D21839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.25%

 BLUE value IS 57 (22.66% from 255) = 19.59%

R = 72.16%
G = 8.25%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D21839 (or 0xD21839) is known color: Crimson. HEX triplet: D2, 18 and 39. RGB value is (210,24,57). Sum of RGB (Red+Green+Blue) = 210+24+57=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D21839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21839 is #2DE7C6. Grayscale: #535353. Windows color (decimal): -3008455 or 3741906. OLE color: 3741906.

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

Color convert

RGB 210 24 57 -
CMYK 0 0.89 0.73 0.18
HSL 349.35º 0.79% 0.46% -
HSV(B) 349.35º 0.89% 0.82% -
XYZ 27.64 14.65 5.24 -
YUV 83.38 113.12 218.32 -
System Red Green Blue C M Y K H S L
Decimal 210 24 57 0 0.89 0.73 0.18 349.35 0.79 0.46
Hex D2 18 39 0 59 49 12 15D 4F 2E
Octal 322 30 71 0 131 111 22 535 117 56
Binary 11010010 11000 111001 0 1011001 1001001 10010 101011101 1001111 101110

Color Harmonies of #D21839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21839

Black with #D21839

Text Example


Text Example

White with #D21839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21839; }

 p { color: rgb(210,24,57); }

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

background-color css

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

 a { background-color: rgb(210,24,57); }

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

border-color css

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

 span { border-color: rgb(210,24,57); }

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