Html Css Color HEX #D7154D Crimson

📋 copy color: '#D7154D'

red 215 ◦ green 21 ◦ blue 77

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

Shades of Crimson #D7154D

Tints of Crimson #D7154D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.6%

R = 68.69%
G = 6.71%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7154D (or 0xD7154D) is known color: Crimson. HEX triplet: D7, 15 and 4D. RGB value is (215,21,77). Sum of RGB (Red+Green+Blue) = 215+21+77=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D7154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7154D is #28EAB2. Grayscale: #555555. Windows color (decimal): -2681523 or 5051863. OLE color: 5051863.

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

Color convert

RGB 215 21 77 -
CMYK 0 0.90 0.64 0.16
HSL 342.68º 0.82% 0.46% -
HSV(B) 342.68º 0.9% 0.84% -
XYZ 29.63 15.52 8.45 -
YUV 85.39 123.27 220.45 -
System Red Green Blue C M Y K H S L
Decimal 215 21 77 0 0.90 0.64 0.16 342.68 0.82 0.46
Hex D7 15 4D 0 5A 40 10 157 52 2E
Octal 327 25 115 0 132 100 20 527 122 56
Binary 11010111 10101 1001101 0 1011010 1000000 10000 101010111 1010010 101110

Color Harmonies of #D7154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7154D

Black with #D7154D

Text Example


Text Example

White with #D7154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7154D; }

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

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

background-color css

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

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

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

border-color css

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

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

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