Html Css Color HEX #D41231 Crimson

📋 copy color: '#D41231'

red 212 ◦ green 18 ◦ blue 49

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

Shades of Crimson #D41231

Tints of Crimson #D41231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.45%

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

R = 75.99%
G = 6.45%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D41231 (or 0xD41231) is known color: Crimson. HEX triplet: D4, 12 and 31. RGB value is (212,18,49). Sum of RGB (Red+Green+Blue) = 212+18+49=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D41231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41231 is #2BEDCE. Grayscale: #4F4F4F. Windows color (decimal): -2878927 or 3216084. OLE color: 3216084.

HSL color Cylindrical-coordinate representation of color #D41231: hue angle of 350.41º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41231 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 18 49 -
CMYK 0 0.92 0.77 0.17
HSL 350.41º 0.84% 0.45% -
HSV(B) 350.41º 0.92% 0.83% -
XYZ 27.92 14.65 4.26 -
YUV 79.54 110.77 222.48 -
System Red Green Blue C M Y K H S L
Decimal 212 18 49 0 0.92 0.77 0.17 350.41 0.84 0.45
Hex D4 12 31 0 5C 4D 11 15E 54 2D
Octal 324 22 61 0 134 115 21 536 124 55
Binary 11010100 10010 110001 0 1011100 1001101 10001 101011110 1010100 101101

Color Harmonies of #D41231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41231

Black with #D41231

Text Example


Text Example

White with #D41231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41231; }

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

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

background-color css

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

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

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

border-color css

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

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

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