Html Css Color HEX #D6153C Crimson

📋 copy color: '#D6153C'

red 214 ◦ green 21 ◦ blue 60

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

Shades of Crimson #D6153C

Tints of Crimson #D6153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 72.54%
G = 7.12%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6153C (or 0xD6153C) is known color: Crimson. HEX triplet: D6, 15 and 3C. RGB value is (214,21,60). Sum of RGB (Red+Green+Blue) = 214+21+60=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D6153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6153C is #29EAC3. Grayscale: #535353. Windows color (decimal): -2747076 or 3937750. OLE color: 3937750.

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

Color convert

RGB 214 21 60 -
CMYK 0 0.90 0.72 0.16
HSL 347.88º 0.82% 0.46% -
HSV(B) 347.88º 0.9% 0.84% -
XYZ 28.82 15.16 5.68 -
YUV 83.15 114.94 221.33 -
System Red Green Blue C M Y K H S L
Decimal 214 21 60 0 0.90 0.72 0.16 347.88 0.82 0.46
Hex D6 15 3C 0 5A 48 10 15C 52 2E
Octal 326 25 74 0 132 110 20 534 122 56
Binary 11010110 10101 111100 0 1011010 1001000 10000 101011100 1010010 101110

Color Harmonies of #D6153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6153C

Black with #D6153C

Text Example


Text Example

White with #D6153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6153C; }

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

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

background-color css

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

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

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

border-color css

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

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

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