Html Css Color HEX #D41241 Crimson

📋 copy color: '#D41241'

red 212 ◦ green 18 ◦ blue 65

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

Shades of Crimson #D41241

Tints of Crimson #D41241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 71.86%
G = 6.1%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D41241 (or 0xD41241) is known color: Crimson. HEX triplet: D4, 12 and 41. RGB value is (212,18,65). Sum of RGB (Red+Green+Blue) = 212+18+65=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D41241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41241 is #2BEDBE. Grayscale: #515151. Windows color (decimal): -2878911 or 4264660. OLE color: 4264660.

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

Color convert

RGB 212 18 65 -
CMYK 0 0.92 0.69 0.17
HSL 345.46º 0.84% 0.45% -
HSV(B) 345.46º 0.92% 0.83% -
XYZ 28.32 14.81 6.37 -
YUV 81.36 118.77 221.18 -
System Red Green Blue C M Y K H S L
Decimal 212 18 65 0 0.92 0.69 0.17 345.46 0.84 0.45
Hex D4 12 41 0 5C 45 11 159 54 2D
Octal 324 22 101 0 134 105 21 531 124 55
Binary 11010100 10010 1000001 0 1011100 1000101 10001 101011001 1010100 101101

Color Harmonies of #D41241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41241

Black with #D41241

Text Example


Text Example

White with #D41241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41241; }

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

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

background-color css

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

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

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

border-color css

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

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

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