Html Css Color HEX #D61642 Crimson

📋 copy color: '#D61642'

red 214 ◦ green 22 ◦ blue 66

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

Shades of Crimson #D61642

Tints of Crimson #D61642

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.28%

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

R = 70.86%
G = 7.28%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D61642 (or 0xD61642) is known color: Crimson. HEX triplet: D6, 16 and 42. RGB value is (214,22,66). Sum of RGB (Red+Green+Blue) = 214+22+66=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D61642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61642 is #29E9BD. Grayscale: #545454. Windows color (decimal): -2746814 or 4331222. OLE color: 4331222.

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

Color convert

RGB 214 22 66 -
CMYK 0 0.90 0.69 0.16
HSL 346.25º 0.81% 0.46% -
HSV(B) 346.25º 0.9% 0.84% -
XYZ 29 15.26 6.57 -
YUV 84.42 117.61 220.42 -
System Red Green Blue C M Y K H S L
Decimal 214 22 66 0 0.90 0.69 0.16 346.25 0.81 0.46
Hex D6 16 42 0 5A 45 10 15A 51 2E
Octal 326 26 102 0 132 105 20 532 121 56
Binary 11010110 10110 1000010 0 1011010 1000101 10000 101011010 1010001 101110

Color Harmonies of #D61642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61642

Black with #D61642

Text Example


Text Example

White with #D61642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61642; }

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

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

background-color css

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

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

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

border-color css

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

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

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