Html Css Color HEX #D71238 Crimson

📋 copy color: '#D71238'

red 215 ◦ green 18 ◦ blue 56

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

Shades of Crimson #D71238

Tints of Crimson #D71238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.38%

R = 74.39%
G = 6.23%
B = 19.38%

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

#D71238 (or 0xD71238) is known color: Crimson. HEX triplet: D7, 12 and 38. RGB value is (215,18,56). Sum of RGB (Red+Green+Blue) = 215+18+56=289 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.39% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 215 - color contains mainly: red. Hex color #D71238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71238 is #28EDC7. Grayscale: #515151. Windows color (decimal): -2682312 or 3674839. OLE color: 3674839.

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

Color convert

RGB 215 18 56 -
CMYK 0 0.92 0.74 0.16
HSL 348.43º 0.85% 0.46% -
HSV(B) 348.43º 0.92% 0.84% -
XYZ 28.95 15.17 5.14 -
YUV 81.24 113.77 223.41 -
System Red Green Blue C M Y K H S L
Decimal 215 18 56 0 0.92 0.74 0.16 348.43 0.85 0.46
Hex D7 12 38 0 5C 4A 10 15C 55 2E
Octal 327 22 70 0 134 112 20 534 125 56
Binary 11010111 10010 111000 0 1011100 1001010 10000 101011100 1010101 101110

Color Harmonies of #D71238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71238

Black with #D71238

Text Example


Text Example

White with #D71238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71238; }

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

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

background-color css

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

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

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

border-color css

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

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

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