Html Css Color HEX #D7154B Crimson

📋 copy color: '#D7154B'

red 215 ◦ green 21 ◦ blue 75

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

Shades of Crimson #D7154B

Tints of Crimson #D7154B

RGB

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

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

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

R = 69.13%
G = 6.75%
B = 24.12%

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

#D7154B (or 0xD7154B) is known color: Crimson. HEX triplet: D7, 15 and 4B. RGB value is (215,21,75). Sum of RGB (Red+Green+Blue) = 215+21+75=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D7154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7154B is #28EAB4. Grayscale: #555555. Windows color (decimal): -2681525 or 4920791. OLE color: 4920791.

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

Color convert

RGB 215 21 75 -
CMYK 0 0.90 0.65 0.16
HSL 343.3º 0.82% 0.46% -
HSV(B) 343.3º 0.9% 0.84% -
XYZ 29.56 15.49 8.09 -
YUV 85.16 122.27 220.61 -
System Red Green Blue C M Y K H S L
Decimal 215 21 75 0 0.90 0.65 0.16 343.3 0.82 0.46
Hex D7 15 4B 0 5A 41 10 157 52 2E
Octal 327 25 113 0 132 101 20 527 122 56
Binary 11010111 10101 1001011 0 1011010 1000001 10000 101010111 1010010 101110

Color Harmonies of #D7154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7154B

Black with #D7154B

Text Example


Text Example

White with #D7154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7154B; }

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

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

background-color css

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

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

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

border-color css

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

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

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