Html Css Color HEX #D21337 Crimson

📋 copy color: '#D21337'

red 210 ◦ green 19 ◦ blue 55

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

Shades of Crimson #D21337

Tints of Crimson #D21337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.69%

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

R = 73.94%
G = 6.69%
B = 19.37%

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

#D21337 (or 0xD21337) is known color: Crimson. HEX triplet: D2, 13 and 37. RGB value is (210,19,55). Sum of RGB (Red+Green+Blue) = 210+19+55=284 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.94% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 210 - color contains mainly: red. Hex color #D21337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21337 is #2DECC8. Grayscale: #505050. Windows color (decimal): -3009737 or 3609554. OLE color: 3609554.

HSL color Cylindrical-coordinate representation of color #D21337: hue angle of 348.69º degrees, saturation: 0.83, 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 #D21337 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 19 55 -
CMYK 0 0.91 0.74 0.18
HSL 348.69º 0.83% 0.45% -
HSV(B) 348.69º 0.91% 0.82% -
XYZ 27.5 14.44 4.95 -
YUV 80.21 113.78 220.57 -
System Red Green Blue C M Y K H S L
Decimal 210 19 55 0 0.91 0.74 0.18 348.69 0.83 0.45
Hex D2 13 37 0 5B 4A 12 15D 53 2D
Octal 322 23 67 0 133 112 22 535 123 55
Binary 11010010 10011 110111 0 1011011 1001010 10010 101011101 1010011 101101

Color Harmonies of #D21337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21337

Black with #D21337

Text Example


Text Example

White with #D21337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21337; }

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

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

background-color css

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

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

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

border-color css

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

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

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