Html Css Color HEX #D21836 Crimson

📋 copy color: '#D21836'

red 210 ◦ green 24 ◦ blue 54

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

Shades of Crimson #D21836

Tints of Crimson #D21836

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.33%

 BLUE value IS 54 (21.48% from 255) = 18.75%

R = 72.92%
G = 8.33%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D21836 (or 0xD21836) is known color: Crimson. HEX triplet: D2, 18 and 36. RGB value is (210,24,54). Sum of RGB (Red+Green+Blue) = 210+24+54=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D21836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21836 is #2DE7C9. Grayscale: #535353. Windows color (decimal): -3008458 or 3545298. OLE color: 3545298.

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

Color convert

RGB 210 24 54 -
CMYK 0 0.89 0.74 0.18
HSL 350.32º 0.79% 0.46% -
HSV(B) 350.32º 0.89% 0.82% -
XYZ 27.57 14.62 4.86 -
YUV 83.03 111.62 218.56 -
System Red Green Blue C M Y K H S L
Decimal 210 24 54 0 0.89 0.74 0.18 350.32 0.79 0.46
Hex D2 18 36 0 59 4A 12 15E 4F 2E
Octal 322 30 66 0 131 112 22 536 117 56
Binary 11010010 11000 110110 0 1011001 1001010 10010 101011110 1001111 101110

Color Harmonies of #D21836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21836

Black with #D21836

Text Example


Text Example

White with #D21836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21836; }

 p { color: rgb(210,24,54); }

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

background-color css

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

 a { background-color: rgb(210,24,54); }

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

border-color css

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

 span { border-color: rgb(210,24,54); }

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