Html Css Color HEX #D71144 Crimson

📋 copy color: '#D71144'

red 215 ◦ green 17 ◦ blue 68

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

Shades of Crimson #D71144

Tints of Crimson #D71144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.67%

R = 71.67%
G = 5.67%
B = 22.67%

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

#D71144 (or 0xD71144) is known color: Crimson. HEX triplet: D7, 11 and 44. RGB value is (215,17,68). Sum of RGB (Red+Green+Blue) = 215+17+68=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D71144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71144 is #28EEBB. Grayscale: #525252. Windows color (decimal): -2682556 or 4461015. OLE color: 4461015.

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

Color convert

RGB 215 17 68 -
CMYK 0 0.92 0.68 0.16
HSL 344.55º 0.85% 0.45% -
HSV(B) 344.55º 0.92% 0.84% -
XYZ 29.27 15.27 6.87 -
YUV 82.02 120.1 222.85 -
System Red Green Blue C M Y K H S L
Decimal 215 17 68 0 0.92 0.68 0.16 344.55 0.85 0.45
Hex D7 11 44 0 5C 44 10 159 55 2D
Octal 327 21 104 0 134 104 20 531 125 55
Binary 11010111 10001 1000100 0 1011100 1000100 10000 101011001 1010101 101101

Color Harmonies of #D71144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71144

Black with #D71144

Text Example


Text Example

White with #D71144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71144; }

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

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

background-color css

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

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

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

border-color css

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

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

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