Html Css Color HEX #D71237 Crimson

📋 copy color: '#D71237'

red 215 ◦ green 18 ◦ blue 55

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

Shades of Crimson #D71237

Tints of Crimson #D71237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.25%

 BLUE value IS 55 (21.88% from 255) = 19.1%

R = 74.65%
G = 6.25%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D71237 (or 0xD71237) is known color: Crimson. HEX triplet: D7, 12 and 37. RGB value is (215,18,55). Sum of RGB (Red+Green+Blue) = 215+18+55=288 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.65% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 215 - color contains mainly: red. Hex color #D71237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71237 is #28EDC8. Grayscale: #515151. Windows color (decimal): -2682313 or 3609303. OLE color: 3609303.

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

Color convert

RGB 215 18 55 -
CMYK 0 0.92 0.74 0.16
HSL 348.73º 0.85% 0.46% -
HSV(B) 348.73º 0.92% 0.84% -
XYZ 28.93 15.16 5.01 -
YUV 81.12 113.27 223.49 -
System Red Green Blue C M Y K H S L
Decimal 215 18 55 0 0.92 0.74 0.16 348.73 0.85 0.46
Hex D7 12 37 0 5C 4A 10 15D 55 2E
Octal 327 22 67 0 134 112 20 535 125 56
Binary 11010111 10010 110111 0 1011100 1001010 10000 101011101 1010101 101110

Color Harmonies of #D71237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71237

Black with #D71237

Text Example


Text Example

White with #D71237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71237; }

 p { color: rgb(215,18,55); }

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

background-color css

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

 a { background-color: rgb(215,18,55); }

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

border-color css

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

 span { border-color: rgb(215,18,55); }

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