Html Css Color HEX #D21F4D Crimson

📋 copy color: '#D21F4D'

red 210 ◦ green 31 ◦ blue 77

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

Shades of Crimson #D21F4D

Tints of Crimson #D21F4D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.75%

 BLUE value IS 77 (30.47% from 255) = 24.21%

R = 66.04%
G = 9.75%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D21F4D (or 0xD21F4D) is known color: Crimson. HEX triplet: D2, 1F and 4D. RGB value is (210,31,77). Sum of RGB (Red+Green+Blue) = 210+31+77=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F4D is #2DE0B2. Grayscale: #595959. Windows color (decimal): -3006643 or 5054418. OLE color: 5054418.

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

Color convert

RGB 210 31 77 -
CMYK 0 0.85 0.63 0.18
HSL 344.58º 0.74% 0.47% -
HSV(B) 344.58º 0.85% 0.82% -
XYZ 28.41 15.22 8.46 -
YUV 89.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 210 31 77 0 0.85 0.63 0.18 344.58 0.74 0.47
Hex D2 1F 4D 0 55 3F 12 159 4A 2F
Octal 322 37 115 0 125 77 22 531 112 57
Binary 11010010 11111 1001101 0 1010101 111111 10010 101011001 1001010 101111

Color Harmonies of #D21F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F4D

Black with #D21F4D

Text Example


Text Example

White with #D21F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F4D; }

 p { color: rgb(210,31,77); }

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

background-color css

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

 a { background-color: rgb(210,31,77); }

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

border-color css

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

 span { border-color: rgb(210,31,77); }

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