Html Css Color HEX #D71F38 Crimson

📋 copy color: '#D71F38'

red 215 ◦ green 31 ◦ blue 56

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

Shades of Crimson #D71F38

Tints of Crimson #D71F38

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.26%

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

R = 71.19%
G = 10.26%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D71F38 (or 0xD71F38) is known color: Crimson. HEX triplet: D7, 1F and 38. RGB value is (215,31,56). Sum of RGB (Red+Green+Blue) = 215+31+56=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71F38 is #28E0C7. Grayscale: #585858. Windows color (decimal): -2678984 or 3678167. OLE color: 3678167.

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

Color convert

RGB 215 31 56 -
CMYK 0 0.86 0.74 0.16
HSL 351.85º 0.75% 0.48% -
HSV(B) 351.85º 0.86% 0.84% -
XYZ 29.23 15.71 5.23 -
YUV 88.87 109.46 217.97 -
System Red Green Blue C M Y K H S L
Decimal 215 31 56 0 0.86 0.74 0.16 351.85 0.75 0.48
Hex D7 1F 38 0 56 4A 10 160 4B 30
Octal 327 37 70 0 126 112 20 540 113 60
Binary 11010111 11111 111000 0 1010110 1001010 10000 101100000 1001011 110000

Color Harmonies of #D71F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F38

Black with #D71F38

Text Example


Text Example

White with #D71F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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