Html Css Color HEX #D5183C Crimson

📋 copy color: '#D5183C'

red 213 ◦ green 24 ◦ blue 60

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

Shades of Crimson #D5183C

Tints of Crimson #D5183C

RGB

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

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

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

R = 71.72%
G = 8.08%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5183C (or 0xD5183C) is known color: Crimson. HEX triplet: D5, 18 and 3C. RGB value is (213,24,60). Sum of RGB (Red+Green+Blue) = 213+24+60=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D5183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5183C is #2AE7C3. Grayscale: #545454. Windows color (decimal): -2811844 or 3938517. OLE color: 3938517.

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

Color convert

RGB 213 24 60 -
CMYK 0 0.89 0.72 0.16
HSL 348.57º 0.8% 0.46% -
HSV(B) 348.57º 0.89% 0.84% -
XYZ 28.58 15.13 5.69 -
YUV 84.62 114.12 219.57 -
System Red Green Blue C M Y K H S L
Decimal 213 24 60 0 0.89 0.72 0.16 348.57 0.8 0.46
Hex D5 18 3C 0 59 48 10 15D 50 2E
Octal 325 30 74 0 131 110 20 535 120 56
Binary 11010101 11000 111100 0 1011001 1001000 10000 101011101 1010000 101110

Color Harmonies of #D5183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5183C

Black with #D5183C

Text Example


Text Example

White with #D5183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5183C; }

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

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

background-color css

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

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

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

border-color css

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

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

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