Html Css Color HEX #D21534 Crimson

📋 copy color: '#D21534'

red 210 ◦ green 21 ◦ blue 52

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

Shades of Crimson #D21534

Tints of Crimson #D21534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.37%

R = 74.2%
G = 7.42%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D21534 (or 0xD21534) is known color: Crimson. HEX triplet: D2, 15 and 34. RGB value is (210,21,52). Sum of RGB (Red+Green+Blue) = 210+21+52=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D21534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21534 is #2DEACB. Grayscale: #515151. Windows color (decimal): -3009228 or 3413458. OLE color: 3413458.

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

Color convert

RGB 210 21 52 -
CMYK 0 0.90 0.75 0.18
HSL 350.16º 0.82% 0.45% -
HSV(B) 350.16º 0.9% 0.82% -
XYZ 27.47 14.49 4.6 -
YUV 81.05 111.62 219.98 -
System Red Green Blue C M Y K H S L
Decimal 210 21 52 0 0.90 0.75 0.18 350.16 0.82 0.45
Hex D2 15 34 0 5A 4B 12 15E 52 2D
Octal 322 25 64 0 132 113 22 536 122 55
Binary 11010010 10101 110100 0 1011010 1001011 10010 101011110 1010010 101101

Color Harmonies of #D21534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21534

Black with #D21534

Text Example


Text Example

White with #D21534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21534; }

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

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

background-color css

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

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

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

border-color css

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

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

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