Html Css Color HEX #D7193C Crimson

📋 copy color: '#D7193C'

red 215 ◦ green 25 ◦ blue 60

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

Shades of Crimson #D7193C

Tints of Crimson #D7193C

RGB

 RED value IS 215 (84.38% from 255) = 71.67%

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

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

R = 71.67%
G = 8.33%
B = 20%

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

#D7193C (or 0xD7193C) is known color: Crimson. HEX triplet: D7, 19 and 3C. RGB value is (215,25,60). Sum of RGB (Red+Green+Blue) = 215+25+60=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D7193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7193C is #28E6C3. Grayscale: #555555. Windows color (decimal): -2680516 or 3938775. OLE color: 3938775.

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

Color convert

RGB 215 25 60 -
CMYK 0 0.88 0.72 0.16
HSL 348.95º 0.79% 0.47% -
HSV(B) 348.95º 0.88% 0.84% -
XYZ 29.19 15.47 5.72 -
YUV 85.8 113.45 220.15 -
System Red Green Blue C M Y K H S L
Decimal 215 25 60 0 0.88 0.72 0.16 348.95 0.79 0.47
Hex D7 19 3C 0 58 48 10 15D 4F 2F
Octal 327 31 74 0 130 110 20 535 117 57
Binary 11010111 11001 111100 0 1011000 1001000 10000 101011101 1001111 101111

Color Harmonies of #D7193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7193C

Black with #D7193C

Text Example


Text Example

White with #D7193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7193C; }

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

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

background-color css

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

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

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

border-color css

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

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

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