Html Css Color HEX #D61747 Crimson

📋 copy color: '#D61747'

red 214 ◦ green 23 ◦ blue 71

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

Shades of Crimson #D61747

Tints of Crimson #D61747

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.47%

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

R = 69.48%
G = 7.47%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D61747 (or 0xD61747) is known color: Crimson. HEX triplet: D6, 17 and 47. RGB value is (214,23,71). Sum of RGB (Red+Green+Blue) = 214+23+71=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D61747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61747 is #29E8B8. Grayscale: #555555. Windows color (decimal): -2746553 or 4659158. OLE color: 4659158.

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

Color convert

RGB 214 23 71 -
CMYK 0 0.89 0.67 0.16
HSL 344.92º 0.81% 0.46% -
HSV(B) 344.92º 0.89% 0.84% -
XYZ 29.18 15.36 7.39 -
YUV 85.58 119.78 219.6 -
System Red Green Blue C M Y K H S L
Decimal 214 23 71 0 0.89 0.67 0.16 344.92 0.81 0.46
Hex D6 17 47 0 59 43 10 159 51 2E
Octal 326 27 107 0 131 103 20 531 121 56
Binary 11010110 10111 1000111 0 1011001 1000011 10000 101011001 1010001 101110

Color Harmonies of #D61747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61747

Black with #D61747

Text Example


Text Example

White with #D61747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61747; }

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

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

background-color css

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

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

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

border-color css

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

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

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