Html Css Color HEX #D21132 Crimson

📋 copy color: '#D21132'

red 210 ◦ green 17 ◦ blue 50

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

Shades of Crimson #D21132

Tints of Crimson #D21132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.14%

 BLUE value IS 50 (19.92% from 255) = 18.05%

R = 75.81%
G = 6.14%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D21132 (or 0xD21132) is known color: Crimson. HEX triplet: D2, 11 and 32. RGB value is (210,17,50). Sum of RGB (Red+Green+Blue) = 210+17+50=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D21132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21132 is #2DEECD. Grayscale: #4E4E4E. Windows color (decimal): -3010254 or 3281362. OLE color: 3281362.

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

Color convert

RGB 210 17 50 -
CMYK 0 0.92 0.76 0.18
HSL 349.74º 0.85% 0.45% -
HSV(B) 349.74º 0.92% 0.82% -
XYZ 27.35 14.33 4.34 -
YUV 78.47 111.94 221.82 -
System Red Green Blue C M Y K H S L
Decimal 210 17 50 0 0.92 0.76 0.18 349.74 0.85 0.45
Hex D2 11 32 0 5C 4C 12 15E 55 2D
Octal 322 21 62 0 134 114 22 536 125 55
Binary 11010010 10001 110010 0 1011100 1001100 10010 101011110 1010101 101101

Color Harmonies of #D21132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21132

Black with #D21132

Text Example


Text Example

White with #D21132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21132; }

 p { color: rgb(210,17,50); }

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

background-color css

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

 a { background-color: rgb(210,17,50); }

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

border-color css

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

 span { border-color: rgb(210,17,50); }

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