Html Css Color HEX #D21A41 Crimson

📋 copy color: '#D21A41'

red 210 ◦ green 26 ◦ blue 65

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

Shades of Crimson #D21A41

Tints of Crimson #D21A41

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.64%

 BLUE value IS 65 (25.78% from 255) = 21.59%

R = 69.77%
G = 8.64%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D21A41 (or 0xD21A41) is known color: Crimson. HEX triplet: D2, 1A and 41. RGB value is (210,26,65). Sum of RGB (Red+Green+Blue) = 210+26+65=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A41 is #2DE5BE. Grayscale: #555555. Windows color (decimal): -3007935 or 4266706. OLE color: 4266706.

HSL color Cylindrical-coordinate representation of color #D21A41: hue angle of 347.28º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21A41 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 26 65 -
CMYK 0 0.88 0.69 0.18
HSL 347.28º 0.78% 0.46% -
HSV(B) 347.28º 0.88% 0.82% -
XYZ 27.9 14.82 6.39 -
YUV 85.46 116.46 216.83 -
System Red Green Blue C M Y K H S L
Decimal 210 26 65 0 0.88 0.69 0.18 347.28 0.78 0.46
Hex D2 1A 41 0 58 45 12 15B 4E 2E
Octal 322 32 101 0 130 105 22 533 116 56
Binary 11010010 11010 1000001 0 1011000 1000101 10010 101011011 1001110 101110

Color Harmonies of #D21A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A41

Black with #D21A41

Text Example


Text Example

White with #D21A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A41; }

 p { color: rgb(210,26,65); }

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

background-color css

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

 a { background-color: rgb(210,26,65); }

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

border-color css

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

 span { border-color: rgb(210,26,65); }

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