Html Css Color HEX #D61745 Crimson

📋 copy color: '#D61745'

red 214 ◦ green 23 ◦ blue 69

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

Shades of Crimson #D61745

Tints of Crimson #D61745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.55%

R = 69.93%
G = 7.52%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D61745 (or 0xD61745) is known color: Crimson. HEX triplet: D6, 17 and 45. RGB value is (214,23,69). Sum of RGB (Red+Green+Blue) = 214+23+69=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D61745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61745 is #29E8BA. Grayscale: #555555. Windows color (decimal): -2746555 or 4528086. OLE color: 4528086.

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

Color convert

RGB 214 23 69 -
CMYK 0 0.89 0.68 0.16
HSL 345.55º 0.81% 0.46% -
HSV(B) 345.55º 0.89% 0.84% -
XYZ 29.11 15.34 7.06 -
YUV 85.35 118.78 219.76 -
System Red Green Blue C M Y K H S L
Decimal 214 23 69 0 0.89 0.68 0.16 345.55 0.81 0.46
Hex D6 17 45 0 59 44 10 15A 51 2E
Octal 326 27 105 0 131 104 20 532 121 56
Binary 11010110 10111 1000101 0 1011001 1000100 10000 101011010 1010001 101110

Color Harmonies of #D61745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61745

Black with #D61745

Text Example


Text Example

White with #D61745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61745; }

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

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

background-color css

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

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

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

border-color css

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

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

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