Html Css Color HEX #D6193C Crimson

📋 copy color: '#D6193C'

red 214 ◦ green 25 ◦ blue 60

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

Shades of Crimson #D6193C

Tints of Crimson #D6193C

RGB

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

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

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

R = 71.57%
G = 8.36%
B = 20.07%

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

#D6193C (or 0xD6193C) is known color: Crimson. HEX triplet: D6, 19 and 3C. RGB value is (214,25,60). Sum of RGB (Red+Green+Blue) = 214+25+60=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D6193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6193C is #29E6C3. Grayscale: #555555. Windows color (decimal): -2746052 or 3938774. OLE color: 3938774.

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

Color convert

RGB 214 25 60 -
CMYK 0 0.88 0.72 0.16
HSL 348.89º 0.79% 0.47% -
HSV(B) 348.89º 0.88% 0.84% -
XYZ 28.89 15.32 5.71 -
YUV 85.5 113.62 219.65 -
System Red Green Blue C M Y K H S L
Decimal 214 25 60 0 0.88 0.72 0.16 348.89 0.79 0.47
Hex D6 19 3C 0 58 48 10 15D 4F 2F
Octal 326 31 74 0 130 110 20 535 117 57
Binary 11010110 11001 111100 0 1011000 1001000 10000 101011101 1001111 101111

Color Harmonies of #D6193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6193C

Black with #D6193C

Text Example


Text Example

White with #D6193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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