Html Css Color HEX #D41246 Crimson

📋 copy color: '#D41246'

red 212 ◦ green 18 ◦ blue 70

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

Shades of Crimson #D41246

Tints of Crimson #D41246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.33%

R = 70.67%
G = 6%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D41246 (or 0xD41246) is known color: Crimson. HEX triplet: D4, 12 and 46. RGB value is (212,18,70). Sum of RGB (Red+Green+Blue) = 212+18+70=300 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 212 - color contains mainly: red. Hex color #D41246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41246 is #2BEDB9. Grayscale: #515151. Windows color (decimal): -2878906 or 4592340. OLE color: 4592340.

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

Color convert

RGB 212 18 70 -
CMYK 0 0.92 0.67 0.17
HSL 343.92º 0.84% 0.45% -
HSV(B) 343.92º 0.92% 0.83% -
XYZ 28.47 14.87 7.16 -
YUV 81.93 121.27 220.77 -
System Red Green Blue C M Y K H S L
Decimal 212 18 70 0 0.92 0.67 0.17 343.92 0.84 0.45
Hex D4 12 46 0 5C 43 11 158 54 2D
Octal 324 22 106 0 134 103 21 530 124 55
Binary 11010100 10010 1000110 0 1011100 1000011 10001 101011000 1010100 101101

Color Harmonies of #D41246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41246

Black with #D41246

Text Example


Text Example

White with #D41246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41246; }

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

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

background-color css

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

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

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

border-color css

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

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

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