Html Css Color HEX #D21237 Crimson

📋 copy color: '#D21237'

red 210 ◦ green 18 ◦ blue 55

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

Shades of Crimson #D21237

Tints of Crimson #D21237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

 BLUE value IS 55 (21.88% from 255) = 19.43%

R = 74.2%
G = 6.36%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D21237 (or 0xD21237) is known color: Crimson. HEX triplet: D2, 12 and 37. RGB value is (210,18,55). Sum of RGB (Red+Green+Blue) = 210+18+55=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D21237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21237 is #2DEDC8. Grayscale: #4F4F4F. Windows color (decimal): -3009993 or 3609298. OLE color: 3609298.

HSL color Cylindrical-coordinate representation of color #D21237: hue angle of 348.44º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21237 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 18 55 -
CMYK 0 0.91 0.74 0.18
HSL 348.44º 0.84% 0.45% -
HSV(B) 348.44º 0.91% 0.82% -
XYZ 27.48 14.41 4.95 -
YUV 79.63 114.11 220.99 -
System Red Green Blue C M Y K H S L
Decimal 210 18 55 0 0.91 0.74 0.18 348.44 0.84 0.45
Hex D2 12 37 0 5B 4A 12 15C 54 2D
Octal 322 22 67 0 133 112 22 534 124 55
Binary 11010010 10010 110111 0 1011011 1001010 10010 101011100 1010100 101101

Color Harmonies of #D21237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21237

Black with #D21237

Text Example


Text Example

White with #D21237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21237; }

 p { color: rgb(210,18,55); }

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

background-color css

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

 a { background-color: rgb(210,18,55); }

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

border-color css

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

 span { border-color: rgb(210,18,55); }

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