Html Css Color HEX #D5153D Crimson

📋 copy color: '#D5153D'

red 213 ◦ green 21 ◦ blue 61

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

Shades of Crimson #D5153D

Tints of Crimson #D5153D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.68%

R = 72.2%
G = 7.12%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5153D (or 0xD5153D) is known color: Crimson. HEX triplet: D5, 15 and 3D. RGB value is (213,21,61). Sum of RGB (Red+Green+Blue) = 213+21+61=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5153D is #2AEAC2. Grayscale: #525252. Windows color (decimal): -2812611 or 4003285. OLE color: 4003285.

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

Color convert

RGB 213 21 61 -
CMYK 0 0.90 0.71 0.16
HSL 347.5º 0.82% 0.46% -
HSV(B) 347.5º 0.9% 0.84% -
XYZ 28.55 15.02 5.81 -
YUV 82.97 115.61 220.75 -
System Red Green Blue C M Y K H S L
Decimal 213 21 61 0 0.90 0.71 0.16 347.5 0.82 0.46
Hex D5 15 3D 0 5A 47 10 15C 52 2E
Octal 325 25 75 0 132 107 20 534 122 56
Binary 11010101 10101 111101 0 1011010 1000111 10000 101011100 1010010 101110

Color Harmonies of #D5153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5153D

Black with #D5153D

Text Example


Text Example

White with #D5153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5153D; }

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

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

background-color css

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

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

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

border-color css

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

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

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