Html Css Color HEX #D61246 Crimson

📋 copy color: '#D61246'

red 214 ◦ green 18 ◦ blue 70

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

Shades of Crimson #D61246

Tints of Crimson #D61246

RGB

 RED value IS 214 (83.98% from 255) = 70.86%

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

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

R = 70.86%
G = 5.96%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D61246 (or 0xD61246) is known color: Crimson. HEX triplet: D6, 12 and 46. RGB value is (214,18,70). Sum of RGB (Red+Green+Blue) = 214+18+70=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D61246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61246 is #29EDB9. Grayscale: #525252. Windows color (decimal): -2747834 or 4592342. OLE color: 4592342.

HSL color Cylindrical-coordinate representation of color #D61246: hue angle of 344.08º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61246 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 18 70 -
CMYK 0 0.92 0.67 0.16
HSL 344.08º 0.84% 0.45% -
HSV(B) 344.08º 0.92% 0.84% -
XYZ 29.05 15.17 7.19 -
YUV 82.53 120.93 221.77 -
System Red Green Blue C M Y K H S L
Decimal 214 18 70 0 0.92 0.67 0.16 344.08 0.84 0.45
Hex D6 12 46 0 5C 43 10 158 54 2D
Octal 326 22 106 0 134 103 20 530 124 55
Binary 11010110 10010 1000110 0 1011100 1000011 10000 101011000 1010100 101101

Color Harmonies of #D61246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61246

Black with #D61246

Text Example


Text Example

White with #D61246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61246; }

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

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

background-color css

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

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

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

border-color css

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

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

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