Html Css Color HEX #D6154C Crimson

📋 copy color: '#D6154C'

red 214 ◦ green 21 ◦ blue 76

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

Shades of Crimson #D6154C

Tints of Crimson #D6154C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.44%

R = 68.81%
G = 6.75%
B = 24.44%

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

#D6154C (or 0xD6154C) is known color: Crimson. HEX triplet: D6, 15 and 4C. RGB value is (214,21,76). Sum of RGB (Red+Green+Blue) = 214+21+76=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D6154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6154C is #29EAB3. Grayscale: #545454. Windows color (decimal): -2747060 or 4986326. OLE color: 4986326.

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

Color convert

RGB 214 21 76 -
CMYK 0 0.90 0.64 0.16
HSL 342.9º 0.82% 0.46% -
HSV(B) 342.9º 0.9% 0.84% -
XYZ 29.3 15.35 8.26 -
YUV 84.98 122.94 220.03 -
System Red Green Blue C M Y K H S L
Decimal 214 21 76 0 0.90 0.64 0.16 342.9 0.82 0.46
Hex D6 15 4C 0 5A 40 10 157 52 2E
Octal 326 25 114 0 132 100 20 527 122 56
Binary 11010110 10101 1001100 0 1011010 1000000 10000 101010111 1010010 101110

Color Harmonies of #D6154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6154C

Black with #D6154C

Text Example


Text Example

White with #D6154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6154C; }

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

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

background-color css

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

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

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

border-color css

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

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

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