Html Css Color HEX #D5163A Crimson

📋 copy color: '#D5163A'

red 213 ◦ green 22 ◦ blue 58

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

Shades of Crimson #D5163A

Tints of Crimson #D5163A

RGB

 RED value IS 213 (83.59% from 255) = 72.7%

 GREEN value IS 22 (8.98% from 255) = 7.51%

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

R = 72.7%
G = 7.51%
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

#D5163A (or 0xD5163A) is known color: Crimson. HEX triplet: D5, 16 and 3A. RGB value is (213,22,58). Sum of RGB (Red+Green+Blue) = 213+22+58=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D5163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5163A is #2AE9C5. Grayscale: #535353. Windows color (decimal): -2812358 or 3806933. OLE color: 3806933.

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

Color convert

RGB 213 22 58 -
CMYK 0 0.90 0.73 0.16
HSL 348.69º 0.81% 0.46% -
HSV(B) 348.69º 0.9% 0.84% -
XYZ 28.49 15.03 5.4 -
YUV 83.21 113.78 220.57 -
System Red Green Blue C M Y K H S L
Decimal 213 22 58 0 0.90 0.73 0.16 348.69 0.81 0.46
Hex D5 16 3A 0 5A 49 10 15D 51 2E
Octal 325 26 72 0 132 111 20 535 121 56
Binary 11010101 10110 111010 0 1011010 1001001 10000 101011101 1010001 101110

Color Harmonies of #D5163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5163A

Black with #D5163A

Text Example


Text Example

White with #D5163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5163A; }

 p { color: rgb(213,22,58); }

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

background-color css

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

 a { background-color: rgb(213,22,58); }

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

border-color css

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

 span { border-color: rgb(213,22,58); }

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