Html Css Color HEX #D6153A Crimson

📋 copy color: '#D6153A'

red 214 ◦ green 21 ◦ blue 58

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

Shades of Crimson #D6153A

Tints of Crimson #D6153A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.8%

R = 73.04%
G = 7.17%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6153A (or 0xD6153A) is known color: Crimson. HEX triplet: D6, 15 and 3A. RGB value is (214,21,58). Sum of RGB (Red+Green+Blue) = 214+21+58=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D6153A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6153A is #29EAC5. Grayscale: #525252. Windows color (decimal): -2747078 or 3806678. OLE color: 3806678.

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

Color convert

RGB 214 21 58 -
CMYK 0 0.90 0.73 0.16
HSL 348.5º 0.82% 0.46% -
HSV(B) 348.5º 0.9% 0.84% -
XYZ 28.76 15.14 5.41 -
YUV 82.93 113.94 221.49 -
System Red Green Blue C M Y K H S L
Decimal 214 21 58 0 0.90 0.73 0.16 348.5 0.82 0.46
Hex D6 15 3A 0 5A 49 10 15C 52 2E
Octal 326 25 72 0 132 111 20 534 122 56
Binary 11010110 10101 111010 0 1011010 1001001 10000 101011100 1010010 101110

Color Harmonies of #D6153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6153A

Black with #D6153A

Text Example


Text Example

White with #D6153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6153A; }

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

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

background-color css

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

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

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

border-color css

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

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

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