Html Css Color HEX #D6193B Crimson

📋 copy color: '#D6193B'

red 214 ◦ green 25 ◦ blue 59

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

Shades of Crimson #D6193B

Tints of Crimson #D6193B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.39%

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

R = 71.81%
G = 8.39%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6193B (or 0xD6193B) is known color: Crimson. HEX triplet: D6, 19 and 3B. RGB value is (214,25,59). Sum of RGB (Red+Green+Blue) = 214+25+59=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D6193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6193B is #29E6C4. Grayscale: #555555. Windows color (decimal): -2746053 or 3873238. OLE color: 3873238.

HSL color Cylindrical-coordinate representation of color #D6193B: hue angle of 349.21º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6193B is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 25 59 -
CMYK 0 0.88 0.72 0.16
HSL 349.21º 0.79% 0.47% -
HSV(B) 349.21º 0.88% 0.84% -
XYZ 28.87 15.31 5.57 -
YUV 85.39 113.12 219.74 -
System Red Green Blue C M Y K H S L
Decimal 214 25 59 0 0.88 0.72 0.16 349.21 0.79 0.47
Hex D6 19 3B 0 58 48 10 15D 4F 2F
Octal 326 31 73 0 130 110 20 535 117 57
Binary 11010110 11001 111011 0 1011000 1001000 10000 101011101 1001111 101111

Color Harmonies of #D6193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6193B

Black with #D6193B

Text Example


Text Example

White with #D6193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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