Html Css Color HEX #D41548 Crimson

📋 copy color: '#D41548'

red 212 ◦ green 21 ◦ blue 72

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

Shades of Crimson #D41548

Tints of Crimson #D41548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.89%

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

R = 69.51%
G = 6.89%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D41548 (or 0xD41548) is known color: Crimson. HEX triplet: D4, 15 and 48. RGB value is (212,21,72). Sum of RGB (Red+Green+Blue) = 212+21+72=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D41548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41548 is #2BEAB7. Grayscale: #535353. Windows color (decimal): -2878136 or 4724180. OLE color: 4724180.

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

Color convert

RGB 212 21 72 -
CMYK 0 0.90 0.66 0.17
HSL 343.98º 0.82% 0.46% -
HSV(B) 343.98º 0.9% 0.83% -
XYZ 28.59 15 7.52 -
YUV 83.92 121.28 219.35 -
System Red Green Blue C M Y K H S L
Decimal 212 21 72 0 0.90 0.66 0.17 343.98 0.82 0.46
Hex D4 15 48 0 5A 42 11 158 52 2E
Octal 324 25 110 0 132 102 21 530 122 56
Binary 11010100 10101 1001000 0 1011010 1000010 10001 101011000 1010010 101110

Color Harmonies of #D41548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41548

Black with #D41548

Text Example


Text Example

White with #D41548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41548; }

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

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

background-color css

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

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

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

border-color css

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

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

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