Html Css Color HEX #D51838 Crimson

📋 copy color: '#D51838'

red 213 ◦ green 24 ◦ blue 56

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

Shades of Crimson #D51838

Tints of Crimson #D51838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.11%

R = 72.7%
G = 8.19%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D51838 (or 0xD51838) is known color: Crimson. HEX triplet: D5, 18 and 38. RGB value is (213,24,56). Sum of RGB (Red+Green+Blue) = 213+24+56=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D51838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51838 is #2AE7C7. Grayscale: #545454. Windows color (decimal): -2811848 or 3676373. OLE color: 3676373.

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

Color convert

RGB 213 24 56 -
CMYK 0 0.89 0.74 0.16
HSL 349.84º 0.8% 0.46% -
HSV(B) 349.84º 0.89% 0.84% -
XYZ 28.48 15.08 5.15 -
YUV 84.16 112.12 219.9 -
System Red Green Blue C M Y K H S L
Decimal 213 24 56 0 0.89 0.74 0.16 349.84 0.8 0.46
Hex D5 18 38 0 59 4A 10 15E 50 2E
Octal 325 30 70 0 131 112 20 536 120 56
Binary 11010101 11000 111000 0 1011001 1001010 10000 101011110 1010000 101110

Color Harmonies of #D51838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51838

Black with #D51838

Text Example


Text Example

White with #D51838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51838; }

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

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

background-color css

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

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

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

border-color css

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

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

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