Html Css Color HEX #D61F47 Crimson

📋 copy color: '#D61F47'

red 214 ◦ green 31 ◦ blue 71

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

Shades of Crimson #D61F47

Tints of Crimson #D61F47

RGB

 RED value IS 214 (83.98% from 255) = 67.72%

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

 BLUE value IS 71 (28.13% from 255) = 22.47%

R = 67.72%
G = 9.81%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D61F47 (or 0xD61F47) is known color: Crimson. HEX triplet: D6, 1F and 47. RGB value is (214,31,71). Sum of RGB (Red+Green+Blue) = 214+31+71=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61F47 is #29E0B8. Grayscale: #5A5A5A. Windows color (decimal): -2744505 or 4661206. OLE color: 4661206.

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

Color convert

RGB 214 31 71 -
CMYK 0 0.86 0.67 0.16
HSL 346.89º 0.75% 0.48% -
HSV(B) 346.89º 0.86% 0.84% -
XYZ 29.36 15.73 7.45 -
YUV 90.28 117.13 216.25 -
System Red Green Blue C M Y K H S L
Decimal 214 31 71 0 0.86 0.67 0.16 346.89 0.75 0.48
Hex D6 1F 47 0 56 43 10 15B 4B 30
Octal 326 37 107 0 126 103 20 533 113 60
Binary 11010110 11111 1000111 0 1010110 1000011 10000 101011011 1001011 110000

Color Harmonies of #D61F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F47

Black with #D61F47

Text Example


Text Example

White with #D61F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F47; }

 p { color: rgb(214,31,71); }

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

background-color css

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

 a { background-color: rgb(214,31,71); }

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

border-color css

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

 span { border-color: rgb(214,31,71); }

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