Html Css Color HEX #D5183A Crimson

📋 copy color: '#D5183A'

red 213 ◦ green 24 ◦ blue 58

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

Shades of Crimson #D5183A

Tints of Crimson #D5183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.14%

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

R = 72.2%
G = 8.14%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5183A (or 0xD5183A) is known color: Crimson. HEX triplet: D5, 18 and 3A. RGB value is (213,24,58). Sum of RGB (Red+Green+Blue) = 213+24+58=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5183A is #2AE7C5. Grayscale: #545454. Windows color (decimal): -2811846 or 3807445. OLE color: 3807445.

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

Color convert

RGB 213 24 58 -
CMYK 0 0.89 0.73 0.16
HSL 349.21º 0.8% 0.46% -
HSV(B) 349.21º 0.89% 0.84% -
XYZ 28.53 15.1 5.41 -
YUV 84.39 113.12 219.74 -
System Red Green Blue C M Y K H S L
Decimal 213 24 58 0 0.89 0.73 0.16 349.21 0.8 0.46
Hex D5 18 3A 0 59 49 10 15D 50 2E
Octal 325 30 72 0 131 111 20 535 120 56
Binary 11010101 11000 111010 0 1011001 1001001 10000 101011101 1010000 101110

Color Harmonies of #D5183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5183A

Black with #D5183A

Text Example


Text Example

White with #D5183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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