Html Css Color HEX #D71542 Crimson

📋 copy color: '#D71542'

red 215 ◦ green 21 ◦ blue 66

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

Shades of Crimson #D71542

Tints of Crimson #D71542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.85%

R = 71.19%
G = 6.95%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D71542 (or 0xD71542) is known color: Crimson. HEX triplet: D7, 15 and 42. RGB value is (215,21,66). Sum of RGB (Red+Green+Blue) = 215+21+66=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D71542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71542 is #28EABD. Grayscale: #545454. Windows color (decimal): -2681534 or 4330967. OLE color: 4330967.

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

Color convert

RGB 215 21 66 -
CMYK 0 0.90 0.69 0.16
HSL 346.08º 0.82% 0.46% -
HSV(B) 346.08º 0.9% 0.84% -
XYZ 29.28 15.38 6.58 -
YUV 84.14 117.77 221.34 -
System Red Green Blue C M Y K H S L
Decimal 215 21 66 0 0.90 0.69 0.16 346.08 0.82 0.46
Hex D7 15 42 0 5A 45 10 15A 52 2E
Octal 327 25 102 0 132 105 20 532 122 56
Binary 11010111 10101 1000010 0 1011010 1000101 10000 101011010 1010010 101110

Color Harmonies of #D71542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71542

Black with #D71542

Text Example


Text Example

White with #D71542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71542; }

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

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

background-color css

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

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

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

border-color css

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

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

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