Html Css Color HEX #D8154B Crimson

📋 copy color: '#D8154B'

red 216 ◦ green 21 ◦ blue 75

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

Shades of Crimson #D8154B

Tints of Crimson #D8154B

RGB

 RED value IS 216 (84.77% from 255) = 69.23%

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

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

R = 69.23%
G = 6.73%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8154B (or 0xD8154B) is known color: Crimson. HEX triplet: D8, 15 and 4B. RGB value is (216,21,75). Sum of RGB (Red+Green+Blue) = 216+21+75=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D8154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8154B is #27EAB4. Grayscale: #555555. Windows color (decimal): -2615989 or 4920792. OLE color: 4920792.

HSL color Cylindrical-coordinate representation of color #D8154B: hue angle of 343.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8154B is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 21 75 -
CMYK 0 0.90 0.65 0.15
HSL 343.38º 0.82% 0.46% -
HSV(B) 343.38º 0.9% 0.85% -
XYZ 29.86 15.64 8.1 -
YUV 85.46 122.1 221.11 -
System Red Green Blue C M Y K H S L
Decimal 216 21 75 0 0.90 0.65 0.15 343.38 0.82 0.46
Hex D8 15 4B 0 5A 41 F 157 52 2E
Octal 330 25 113 0 132 101 17 527 122 56
Binary 11011000 10101 1001011 0 1011010 1000001 1111 101010111 1010010 101110

Color Harmonies of #D8154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8154B

Black with #D8154B

Text Example


Text Example

White with #D8154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8154B; }

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

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

background-color css

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

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

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

border-color css

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

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

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