Html Css Color HEX #D71145 Crimson

📋 copy color: '#D71145'

red 215 ◦ green 17 ◦ blue 69

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

Shades of Crimson #D71145

Tints of Crimson #D71145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.65%

 BLUE value IS 69 (27.34% from 255) = 22.92%

R = 71.43%
G = 5.65%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D71145 (or 0xD71145) is known color: Crimson. HEX triplet: D7, 11 and 45. RGB value is (215,17,69). Sum of RGB (Red+Green+Blue) = 215+17+69=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D71145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71145 is #28EEBA. Grayscale: #525252. Windows color (decimal): -2682555 or 4526551. OLE color: 4526551.

HSL color Cylindrical-coordinate representation of color #D71145: hue angle of 344.24º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71145 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 17 69 -
CMYK 0 0.92 0.68 0.16
HSL 344.24º 0.85% 0.45% -
HSV(B) 344.24º 0.92% 0.84% -
XYZ 29.3 15.28 7.03 -
YUV 82.13 120.6 222.77 -
System Red Green Blue C M Y K H S L
Decimal 215 17 69 0 0.92 0.68 0.16 344.24 0.85 0.45
Hex D7 11 45 0 5C 44 10 158 55 2D
Octal 327 21 105 0 134 104 20 530 125 55
Binary 11010111 10001 1000101 0 1011100 1000100 10000 101011000 1010101 101101

Color Harmonies of #D71145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71145

Black with #D71145

Text Example


Text Example

White with #D71145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71145; }

 p { color: rgb(215,17,69); }

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

background-color css

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

 a { background-color: rgb(215,17,69); }

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

border-color css

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

 span { border-color: rgb(215,17,69); }

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