Html Css Color HEX #D71F42 Crimson

📋 copy color: '#D71F42'

red 215 ◦ green 31 ◦ blue 66

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

Shades of Crimson #D71F42

Tints of Crimson #D71F42

RGB

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

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

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

R = 68.91%
G = 9.94%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D71F42 (or 0xD71F42) is known color: Crimson. HEX triplet: D7, 1F and 42. RGB value is (215,31,66). Sum of RGB (Red+Green+Blue) = 215+31+66=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71F42 is #28E0BD. Grayscale: #5A5A5A. Windows color (decimal): -2678974 or 4333527. OLE color: 4333527.

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

Color convert

RGB 215 31 66 -
CMYK 0 0.86 0.69 0.16
HSL 348.59º 0.75% 0.48% -
HSV(B) 348.59º 0.86% 0.84% -
XYZ 29.5 15.82 6.65 -
YUV 90.01 114.46 217.15 -
System Red Green Blue C M Y K H S L
Decimal 215 31 66 0 0.86 0.69 0.16 348.59 0.75 0.48
Hex D7 1F 42 0 56 45 10 15D 4B 30
Octal 327 37 102 0 126 105 20 535 113 60
Binary 11010111 11111 1000010 0 1010110 1000101 10000 101011101 1001011 110000

Color Harmonies of #D71F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F42

Black with #D71F42

Text Example


Text Example

White with #D71F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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