Html Css Color HEX #D6193A Crimson

📋 copy color: '#D6193A'

red 214 ◦ green 25 ◦ blue 58

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

Shades of Crimson #D6193A

Tints of Crimson #D6193A

RGB

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

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

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

R = 72.05%
G = 8.42%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6193A (or 0xD6193A) is known color: Crimson. HEX triplet: D6, 19 and 3A. RGB value is (214,25,58). Sum of RGB (Red+Green+Blue) = 214+25+58=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D6193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6193A is #29E6C5. Grayscale: #555555. Windows color (decimal): -2746054 or 3807702. OLE color: 3807702.

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

Color convert

RGB 214 25 58 -
CMYK 0 0.88 0.73 0.16
HSL 349.52º 0.79% 0.47% -
HSV(B) 349.52º 0.88% 0.84% -
XYZ 28.84 15.3 5.44 -
YUV 85.27 112.62 219.82 -
System Red Green Blue C M Y K H S L
Decimal 214 25 58 0 0.88 0.73 0.16 349.52 0.79 0.47
Hex D6 19 3A 0 58 49 10 15E 4F 2F
Octal 326 31 72 0 130 111 20 536 117 57
Binary 11010110 11001 111010 0 1011000 1001001 10000 101011110 1001111 101111

Color Harmonies of #D6193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6193A

Black with #D6193A

Text Example


Text Example

White with #D6193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6193A; }

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

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

background-color css

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

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

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

border-color css

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

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

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