Html Css Color HEX #D6154E Crimson

📋 copy color: '#D6154E'

red 214 ◦ green 21 ◦ blue 78

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

Shades of Crimson #D6154E

Tints of Crimson #D6154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.71%

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

R = 68.37%
G = 6.71%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6154E (or 0xD6154E) is known color: Crimson. HEX triplet: D6, 15 and 4E. RGB value is (214,21,78). Sum of RGB (Red+Green+Blue) = 214+21+78=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D6154E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6154E is #29EAB1. Grayscale: #555555. Windows color (decimal): -2747058 or 5117398. OLE color: 5117398.

HSL color Cylindrical-coordinate representation of color #D6154E: hue angle of 342.28º degrees, saturation: 0.82, 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 #D6154E is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 78 -
CMYK 0 0.90 0.64 0.16
HSL 342.28º 0.82% 0.46% -
HSV(B) 342.28º 0.9% 0.84% -
XYZ 29.37 15.38 8.63 -
YUV 85.21 123.94 219.87 -
System Red Green Blue C M Y K H S L
Decimal 214 21 78 0 0.90 0.64 0.16 342.28 0.82 0.46
Hex D6 15 4E 0 5A 40 10 156 52 2E
Octal 326 25 116 0 132 100 20 526 122 56
Binary 11010110 10101 1001110 0 1011010 1000000 10000 101010110 1010010 101110

Color Harmonies of #D6154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6154E

Black with #D6154E

Text Example


Text Example

White with #D6154E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6154E; }

 p { color: rgb(214,21,78); }

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

background-color css

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

 a { background-color: rgb(214,21,78); }

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

border-color css

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

 span { border-color: rgb(214,21,78); }

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