Html Css Color HEX #D7154C Crimson

📋 copy color: '#D7154C'

red 215 ◦ green 21 ◦ blue 76

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

Shades of Crimson #D7154C

Tints of Crimson #D7154C

RGB

 RED value IS 215 (84.38% from 255) = 68.91%

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

 BLUE value IS 76 (30.08% from 255) = 24.36%

R = 68.91%
G = 6.73%
B = 24.36%

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

#D7154C (or 0xD7154C) is known color: Crimson. HEX triplet: D7, 15 and 4C. RGB value is (215,21,76). Sum of RGB (Red+Green+Blue) = 215+21+76=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D7154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7154C is #28EAB3. Grayscale: #555555. Windows color (decimal): -2681524 or 4986327. OLE color: 4986327.

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

Color convert

RGB 215 21 76 -
CMYK 0 0.90 0.65 0.16
HSL 342.99º 0.82% 0.46% -
HSV(B) 342.99º 0.9% 0.84% -
XYZ 29.6 15.51 8.27 -
YUV 85.28 122.77 220.53 -
System Red Green Blue C M Y K H S L
Decimal 215 21 76 0 0.90 0.65 0.16 342.99 0.82 0.46
Hex D7 15 4C 0 5A 41 10 157 52 2E
Octal 327 25 114 0 132 101 20 527 122 56
Binary 11010111 10101 1001100 0 1011010 1000001 10000 101010111 1010010 101110

Color Harmonies of #D7154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7154C

Black with #D7154C

Text Example


Text Example

White with #D7154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7154C; }

 p { color: rgb(215,21,76); }

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

background-color css

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

 a { background-color: rgb(215,21,76); }

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

border-color css

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

 span { border-color: rgb(215,21,76); }

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