Html Css Color HEX #D21A38 Crimson

📋 copy color: '#D21A38'

red 210 ◦ green 26 ◦ blue 56

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

Shades of Crimson #D21A38

Tints of Crimson #D21A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.18%

R = 71.92%
G = 8.9%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D21A38 (or 0xD21A38) is known color: Crimson. HEX triplet: D2, 1A and 38. RGB value is (210,26,56). Sum of RGB (Red+Green+Blue) = 210+26+56=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21A38 is #2DE5C7. Grayscale: #545454. Windows color (decimal): -3007944 or 3676882. OLE color: 3676882.

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

Color convert

RGB 210 26 56 -
CMYK 0 0.88 0.73 0.18
HSL 350.22º 0.78% 0.46% -
HSV(B) 350.22º 0.88% 0.82% -
XYZ 27.66 14.73 5.13 -
YUV 84.44 111.96 217.56 -
System Red Green Blue C M Y K H S L
Decimal 210 26 56 0 0.88 0.73 0.18 350.22 0.78 0.46
Hex D2 1A 38 0 58 49 12 15E 4E 2E
Octal 322 32 70 0 130 111 22 536 116 56
Binary 11010010 11010 111000 0 1011000 1001001 10010 101011110 1001110 101110

Color Harmonies of #D21A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A38

Black with #D21A38

Text Example


Text Example

White with #D21A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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