Html Css Color HEX #D41140 Crimson

📋 copy color: '#D41140'

red 212 ◦ green 17 ◦ blue 64

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

Shades of Crimson #D41140

Tints of Crimson #D41140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.8%

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

R = 72.35%
G = 5.8%
B = 21.84%

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

#D41140 (or 0xD41140) is known color: Crimson. HEX triplet: D4, 11 and 40. RGB value is (212,17,64). Sum of RGB (Red+Green+Blue) = 212+17+64=293 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.35% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 212 - color contains mainly: red. Hex color #D41140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41140 is #2BEEBF. Grayscale: #505050. Windows color (decimal): -2879168 or 4198868. OLE color: 4198868.

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

Color convert

RGB 212 17 64 -
CMYK 0 0.92 0.70 0.17
HSL 345.54º 0.85% 0.45% -
HSV(B) 345.54º 0.92% 0.83% -
XYZ 28.28 14.77 6.21 -
YUV 80.66 118.6 221.68 -
System Red Green Blue C M Y K H S L
Decimal 212 17 64 0 0.92 0.70 0.17 345.54 0.85 0.45
Hex D4 11 40 0 5C 46 11 15A 55 2D
Octal 324 21 100 0 134 106 21 532 125 55
Binary 11010100 10001 1000000 0 1011100 1000110 10001 101011010 1010101 101101

Color Harmonies of #D41140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41140

Black with #D41140

Text Example


Text Example

White with #D41140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41140; }

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

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

background-color css

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

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

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

border-color css

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

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

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