Html Css Color HEX #D61743 Crimson

📋 copy color: '#D61743'

red 214 ◦ green 23 ◦ blue 67

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

Shades of Crimson #D61743

Tints of Crimson #D61743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.04%

R = 70.39%
G = 7.57%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D61743 (or 0xD61743) is known color: Crimson. HEX triplet: D6, 17 and 43. RGB value is (214,23,67). Sum of RGB (Red+Green+Blue) = 214+23+67=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D61743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61743 is #29E8BC. Grayscale: #555555. Windows color (decimal): -2746557 or 4397014. OLE color: 4397014.

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

Color convert

RGB 214 23 67 -
CMYK 0 0.89 0.69 0.16
HSL 346.18º 0.81% 0.46% -
HSV(B) 346.18º 0.89% 0.84% -
XYZ 29.05 15.31 6.73 -
YUV 85.13 117.78 219.92 -
System Red Green Blue C M Y K H S L
Decimal 214 23 67 0 0.89 0.69 0.16 346.18 0.81 0.46
Hex D6 17 43 0 59 45 10 15A 51 2E
Octal 326 27 103 0 131 105 20 532 121 56
Binary 11010110 10111 1000011 0 1011001 1000101 10000 101011010 1010001 101110

Color Harmonies of #D61743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61743

Black with #D61743

Text Example


Text Example

White with #D61743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61743; }

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

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

background-color css

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

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

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

border-color css

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

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

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