Html Css Color HEX #D61742 Crimson

📋 copy color: '#D61742'

red 214 ◦ green 23 ◦ blue 66

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

Shades of Crimson #D61742

Tints of Crimson #D61742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.78%

R = 70.63%
G = 7.59%
B = 21.78%

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

#D61742 (or 0xD61742) is known color: Crimson. HEX triplet: D6, 17 and 42. RGB value is (214,23,66). Sum of RGB (Red+Green+Blue) = 214+23+66=303 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.63% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 214 - color contains mainly: red. Hex color #D61742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61742 is #29E8BD. Grayscale: #555555. Windows color (decimal): -2746558 or 4331478. OLE color: 4331478.

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

Color convert

RGB 214 23 66 -
CMYK 0 0.89 0.69 0.16
HSL 346.49º 0.81% 0.46% -
HSV(B) 346.49º 0.89% 0.84% -
XYZ 29.02 15.3 6.58 -
YUV 85.01 117.28 220 -
System Red Green Blue C M Y K H S L
Decimal 214 23 66 0 0.89 0.69 0.16 346.49 0.81 0.46
Hex D6 17 42 0 59 45 10 15A 51 2E
Octal 326 27 102 0 131 105 20 532 121 56
Binary 11010110 10111 1000010 0 1011001 1000101 10000 101011010 1010001 101110

Color Harmonies of #D61742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61742

Black with #D61742

Text Example


Text Example

White with #D61742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61742; }

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

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

background-color css

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

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

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

border-color css

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

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

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