Html Css Color HEX #D5154B Crimson

📋 copy color: '#D5154B'

red 213 ◦ green 21 ◦ blue 75

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

Shades of Crimson #D5154B

Tints of Crimson #D5154B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.27%

R = 68.93%
G = 6.8%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5154B (or 0xD5154B) is known color: Crimson. HEX triplet: D5, 15 and 4B. RGB value is (213,21,75). Sum of RGB (Red+Green+Blue) = 213+21+75=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5154B is #2AEAB4. Grayscale: #545454. Windows color (decimal): -2812597 or 4920789. OLE color: 4920789.

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

Color convert

RGB 213 21 75 -
CMYK 0 0.90 0.65 0.16
HSL 343.13º 0.82% 0.46% -
HSV(B) 343.13º 0.9% 0.84% -
XYZ 28.98 15.19 8.06 -
YUV 84.56 122.61 219.61 -
System Red Green Blue C M Y K H S L
Decimal 213 21 75 0 0.90 0.65 0.16 343.13 0.82 0.46
Hex D5 15 4B 0 5A 41 10 157 52 2E
Octal 325 25 113 0 132 101 20 527 122 56
Binary 11010101 10101 1001011 0 1011010 1000001 10000 101010111 1010010 101110

Color Harmonies of #D5154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5154B

Black with #D5154B

Text Example


Text Example

White with #D5154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5154B; }

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

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

background-color css

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

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

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

border-color css

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

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

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