Html Css Color HEX #D21533 Crimson

📋 copy color: '#D21533'

red 210 ◦ green 21 ◦ blue 51

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

Shades of Crimson #D21533

Tints of Crimson #D21533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.45%

 BLUE value IS 51 (20.31% from 255) = 18.09%

R = 74.47%
G = 7.45%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D21533 (or 0xD21533) is known color: Crimson. HEX triplet: D2, 15 and 33. RGB value is (210,21,51). Sum of RGB (Red+Green+Blue) = 210+21+51=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D21533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21533 is #2DEACC. Grayscale: #515151. Windows color (decimal): -3009229 or 3347922. OLE color: 3347922.

HSL color Cylindrical-coordinate representation of color #D21533: hue angle of 350.48º degrees, saturation: 0.82, 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 #D21533 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 21 51 -
CMYK 0 0.90 0.76 0.18
HSL 350.48º 0.82% 0.45% -
HSV(B) 350.48º 0.9% 0.82% -
XYZ 27.44 14.48 4.48 -
YUV 80.93 111.12 220.06 -
System Red Green Blue C M Y K H S L
Decimal 210 21 51 0 0.90 0.76 0.18 350.48 0.82 0.45
Hex D2 15 33 0 5A 4C 12 15E 52 2D
Octal 322 25 63 0 132 114 22 536 122 55
Binary 11010010 10101 110011 0 1011010 1001100 10010 101011110 1010010 101101

Color Harmonies of #D21533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21533

Black with #D21533

Text Example


Text Example

White with #D21533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21533; }

 p { color: rgb(210,21,51); }

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

background-color css

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

 a { background-color: rgb(210,21,51); }

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

border-color css

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

 span { border-color: rgb(210,21,51); }

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