Html Css Color HEX #D21134 Crimson

📋 copy color: '#D21134'

red 210 ◦ green 17 ◦ blue 52

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

Shades of Crimson #D21134

Tints of Crimson #D21134

RGB

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

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

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

R = 75.27%
G = 6.09%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D21134 (or 0xD21134) is known color: Crimson. HEX triplet: D2, 11 and 34. RGB value is (210,17,52). Sum of RGB (Red+Green+Blue) = 210+17+52=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D21134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21134 is #2DEECB. Grayscale: #4E4E4E. Windows color (decimal): -3010252 or 3412434. OLE color: 3412434.

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

Color convert

RGB 210 17 52 -
CMYK 0 0.92 0.75 0.18
HSL 349.12º 0.85% 0.45% -
HSV(B) 349.12º 0.92% 0.82% -
XYZ 27.4 14.35 4.57 -
YUV 78.7 112.94 221.65 -
System Red Green Blue C M Y K H S L
Decimal 210 17 52 0 0.92 0.75 0.18 349.12 0.85 0.45
Hex D2 11 34 0 5C 4B 12 15D 55 2D
Octal 322 21 64 0 134 113 22 535 125 55
Binary 11010010 10001 110100 0 1011100 1001011 10010 101011101 1010101 101101

Color Harmonies of #D21134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21134

Black with #D21134

Text Example


Text Example

White with #D21134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21134; }

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

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

background-color css

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

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

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

border-color css

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

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

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