Html Css Color HEX #D5152E Crimson

📋 copy color: '#D5152E'

red 213 ◦ green 21 ◦ blue 46

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

Shades of Crimson #D5152E

Tints of Crimson #D5152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.5%

 BLUE value IS 46 (18.36% from 255) = 16.43%

R = 76.07%
G = 7.5%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5152E (or 0xD5152E) is known color: Crimson. HEX triplet: D5, 15 and 2E. RGB value is (213,21,46). Sum of RGB (Red+Green+Blue) = 213+21+46=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D5152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5152E is #2AEAD1. Grayscale: #515151. Windows color (decimal): -2812626 or 3020245. OLE color: 3020245.

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

Color convert

RGB 213 21 46 -
CMYK 0 0.90 0.78 0.16
HSL 352.19º 0.82% 0.46% -
HSV(B) 352.19º 0.9% 0.84% -
XYZ 28.2 14.88 3.97 -
YUV 81.26 108.11 221.97 -
System Red Green Blue C M Y K H S L
Decimal 213 21 46 0 0.90 0.78 0.16 352.19 0.82 0.46
Hex D5 15 2E 0 5A 4E 10 160 52 2E
Octal 325 25 56 0 132 116 20 540 122 56
Binary 11010101 10101 101110 0 1011010 1001110 10000 101100000 1010010 101110

Color Harmonies of #D5152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5152E

Black with #D5152E

Text Example


Text Example

White with #D5152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5152E; }

 p { color: rgb(213,21,46); }

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

background-color css

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

 a { background-color: rgb(213,21,46); }

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

border-color css

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

 span { border-color: rgb(213,21,46); }

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