Html Css Color HEX #D61247 Crimson

📋 copy color: '#D61247'

red 214 ◦ green 18 ◦ blue 71

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

Shades of Crimson #D61247

Tints of Crimson #D61247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.43%

R = 70.63%
G = 5.94%
B = 23.43%

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

#D61247 (or 0xD61247) is known color: Crimson. HEX triplet: D6, 12 and 47. RGB value is (214,18,71). Sum of RGB (Red+Green+Blue) = 214+18+71=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D61247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61247 is #29EDB8. Grayscale: #525252. Windows color (decimal): -2747833 or 4657878. OLE color: 4657878.

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

Color convert

RGB 214 18 71 -
CMYK 0 0.92 0.67 0.16
HSL 343.78º 0.84% 0.45% -
HSV(B) 343.78º 0.92% 0.84% -
XYZ 29.09 15.18 7.36 -
YUV 82.65 121.43 221.69 -
System Red Green Blue C M Y K H S L
Decimal 214 18 71 0 0.92 0.67 0.16 343.78 0.84 0.45
Hex D6 12 47 0 5C 43 10 158 54 2D
Octal 326 22 107 0 134 103 20 530 124 55
Binary 11010110 10010 1000111 0 1011100 1000011 10000 101011000 1010100 101101

Color Harmonies of #D61247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61247

Black with #D61247

Text Example


Text Example

White with #D61247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61247; }

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

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

background-color css

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

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

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

border-color css

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

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

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