Html Css Color HEX #D41948 Crimson

📋 copy color: '#D41948'

red 212 ◦ green 25 ◦ blue 72

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

Shades of Crimson #D41948

Tints of Crimson #D41948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.09%

 BLUE value IS 72 (28.52% from 255) = 23.3%

R = 68.61%
G = 8.09%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D41948 (or 0xD41948) is known color: Crimson. HEX triplet: D4, 19 and 48. RGB value is (212,25,72). Sum of RGB (Red+Green+Blue) = 212+25+72=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D41948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41948 is #2BE6B7. Grayscale: #565656. Windows color (decimal): -2877112 or 4725204. OLE color: 4725204.

HSL color Cylindrical-coordinate representation of color #D41948: hue angle of 344.92º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41948 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 25 72 -
CMYK 0 0.88 0.66 0.17
HSL 344.92º 0.79% 0.46% -
HSV(B) 344.92º 0.88% 0.83% -
XYZ 28.67 15.16 7.55 -
YUV 86.27 119.95 217.68 -
System Red Green Blue C M Y K H S L
Decimal 212 25 72 0 0.88 0.66 0.17 344.92 0.79 0.46
Hex D4 19 48 0 58 42 11 159 4F 2E
Octal 324 31 110 0 130 102 21 531 117 56
Binary 11010100 11001 1001000 0 1011000 1000010 10001 101011001 1001111 101110

Color Harmonies of #D41948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41948

Black with #D41948

Text Example


Text Example

White with #D41948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41948; }

 p { color: rgb(212,25,72); }

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

background-color css

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

 a { background-color: rgb(212,25,72); }

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

border-color css

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

 span { border-color: rgb(212,25,72); }

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