Html Css Color HEX #D6153B Crimson

📋 copy color: '#D6153B'

red 214 ◦ green 21 ◦ blue 59

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

Shades of Crimson #D6153B

Tints of Crimson #D6153B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.07%

R = 72.79%
G = 7.14%
B = 20.07%

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

#D6153B (or 0xD6153B) is known color: Crimson. HEX triplet: D6, 15 and 3B. RGB value is (214,21,59). Sum of RGB (Red+Green+Blue) = 214+21+59=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D6153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6153B is #29EAC4. Grayscale: #535353. Windows color (decimal): -2747077 or 3872214. OLE color: 3872214.

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

Color convert

RGB 214 21 59 -
CMYK 0 0.90 0.72 0.16
HSL 348.19º 0.82% 0.46% -
HSV(B) 348.19º 0.9% 0.84% -
XYZ 28.79 15.15 5.54 -
YUV 83.04 114.44 221.41 -
System Red Green Blue C M Y K H S L
Decimal 214 21 59 0 0.90 0.72 0.16 348.19 0.82 0.46
Hex D6 15 3B 0 5A 48 10 15C 52 2E
Octal 326 25 73 0 132 110 20 534 122 56
Binary 11010110 10101 111011 0 1011010 1001000 10000 101011100 1010010 101110

Color Harmonies of #D6153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6153B

Black with #D6153B

Text Example


Text Example

White with #D6153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6153B; }

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

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

background-color css

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

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

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

border-color css

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

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

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