Html Css Color HEX #D41731 Crimson

📋 copy color: '#D41731'

red 212 ◦ green 23 ◦ blue 49

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

Shades of Crimson #D41731

Tints of Crimson #D41731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.1%

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 74.65%
G = 8.1%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D41731 (or 0xD41731) is known color: Crimson. HEX triplet: D4, 17 and 31. RGB value is (212,23,49). Sum of RGB (Red+Green+Blue) = 212+23+49=284 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.65% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 212 - color contains mainly: red. Hex color #D41731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41731 is #2BE8CE. Grayscale: #525252. Windows color (decimal): -2877647 or 3217364. OLE color: 3217364.

HSL color Cylindrical-coordinate representation of color #D41731: hue angle of 351.75º 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 #D41731 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 23 49 -
CMYK 0 0.89 0.77 0.17
HSL 351.75º 0.8% 0.46% -
HSV(B) 351.75º 0.89% 0.83% -
XYZ 28.01 14.83 4.29 -
YUV 82.48 109.12 220.39 -
System Red Green Blue C M Y K H S L
Decimal 212 23 49 0 0.89 0.77 0.17 351.75 0.8 0.46
Hex D4 17 31 0 59 4D 11 160 50 2E
Octal 324 27 61 0 131 115 21 540 120 56
Binary 11010100 10111 110001 0 1011001 1001101 10001 101100000 1010000 101110

Color Harmonies of #D41731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41731

Black with #D41731

Text Example


Text Example

White with #D41731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41731; }

 p { color: rgb(212,23,49); }

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

background-color css

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

 a { background-color: rgb(212,23,49); }

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

border-color css

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

 span { border-color: rgb(212,23,49); }

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