Html Css Color HEX #D41240 Crimson

📋 copy color: '#D41240'

red 212 ◦ green 18 ◦ blue 64

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

Shades of Crimson #D41240

Tints of Crimson #D41240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.77%

R = 72.11%
G = 6.12%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D41240 (or 0xD41240) is known color: Crimson. HEX triplet: D4, 12 and 40. RGB value is (212,18,64). Sum of RGB (Red+Green+Blue) = 212+18+64=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D41240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41240 is #2BEDBF. Grayscale: #515151. Windows color (decimal): -2878912 or 4199124. OLE color: 4199124.

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

Color convert

RGB 212 18 64 -
CMYK 0 0.92 0.70 0.17
HSL 345.77º 0.84% 0.45% -
HSV(B) 345.77º 0.92% 0.83% -
XYZ 28.29 14.8 6.22 -
YUV 81.25 118.27 221.26 -
System Red Green Blue C M Y K H S L
Decimal 212 18 64 0 0.92 0.70 0.17 345.77 0.84 0.45
Hex D4 12 40 0 5C 46 11 15A 54 2D
Octal 324 22 100 0 134 106 21 532 124 55
Binary 11010100 10010 1000000 0 1011100 1000110 10001 101011010 1010100 101101

Color Harmonies of #D41240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41240

Black with #D41240

Text Example


Text Example

White with #D41240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41240; }

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

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

background-color css

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

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

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

border-color css

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

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

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