Html Css Color HEX #DA164E Crimson

📋 copy color: '#DA164E'

red 218 ◦ green 22 ◦ blue 78

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

Shades of Crimson #DA164E

Tints of Crimson #DA164E

RGB

 RED value IS 218 (85.55% from 255) = 68.55%

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

 BLUE value IS 78 (30.86% from 255) = 24.53%

R = 68.55%
G = 6.92%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA164E (or 0xDA164E) is known color: Crimson. HEX triplet: DA, 16 and 4E. RGB value is (218,22,78). Sum of RGB (Red+Green+Blue) = 218+22+78=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA164E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA164E is #25E9B1. Grayscale: #565656. Windows color (decimal): -2484658 or 5117658. OLE color: 5117658.

HSL color Cylindrical-coordinate representation of color #DA164E: hue angle of 342.86º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA164E is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 78 -
CMYK 0 0.90 0.64 0.15
HSL 342.86º 0.82% 0.47% -
HSV(B) 342.86º 0.9% 0.85% -
XYZ 30.58 16.03 8.69 -
YUV 86.99 122.93 221.45 -
System Red Green Blue C M Y K H S L
Decimal 218 22 78 0 0.90 0.64 0.15 342.86 0.82 0.47
Hex DA 16 4E 0 5A 40 F 157 52 2F
Octal 332 26 116 0 132 100 17 527 122 57
Binary 11011010 10110 1001110 0 1011010 1000000 1111 101010111 1010010 101111

Color Harmonies of #DA164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA164E

Black with #DA164E

Text Example


Text Example

White with #DA164E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA164E; }

 p { color: rgb(218,22,78); }

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

background-color css

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

 a { background-color: rgb(218,22,78); }

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

border-color css

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

 span { border-color: rgb(218,22,78); }

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