Html Css Color HEX #D41832 Crimson

📋 copy color: '#D41832'

red 212 ◦ green 24 ◦ blue 50

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

Shades of Crimson #D41832

Tints of Crimson #D41832

RGB

 RED value IS 212 (83.2% from 255) = 74.13%

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

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 74.13%
G = 8.39%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D41832 (or 0xD41832) is known color: Crimson. HEX triplet: D4, 18 and 32. RGB value is (212,24,50). Sum of RGB (Red+Green+Blue) = 212+24+50=286 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.13% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 212 - color contains mainly: red. Hex color #D41832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41832 is #2BE7CD. Grayscale: #535353. Windows color (decimal): -2877390 or 3283156. OLE color: 3283156.

HSL color Cylindrical-coordinate representation of color #D41832: hue angle of 351.7º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41832 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 24 50 -
CMYK 0 0.89 0.76 0.17
HSL 351.7º 0.8% 0.46% -
HSV(B) 351.7º 0.89% 0.83% -
XYZ 28.05 14.88 4.41 -
YUV 83.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 212 24 50 0 0.89 0.76 0.17 351.7 0.8 0.46
Hex D4 18 32 0 59 4C 11 160 50 2E
Octal 324 30 62 0 131 114 21 540 120 56
Binary 11010100 11000 110010 0 1011001 1001100 10001 101100000 1010000 101110

Color Harmonies of #D41832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41832

Black with #D41832

Text Example


Text Example

White with #D41832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41832; }

 p { color: rgb(212,24,50); }

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

background-color css

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

 a { background-color: rgb(212,24,50); }

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

border-color css

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

 span { border-color: rgb(212,24,50); }

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