Html Css Color HEX #D61E47 Crimson

📋 copy color: '#D61E47'

red 214 ◦ green 30 ◦ blue 71

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

Shades of Crimson #D61E47

Tints of Crimson #D61E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.52%

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

R = 67.94%
G = 9.52%
B = 22.54%

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

#D61E47 (or 0xD61E47) is known color: Crimson. HEX triplet: D6, 1E and 47. RGB value is (214,30,71). Sum of RGB (Red+Green+Blue) = 214+30+71=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61E47 is #29E1B8. Grayscale: #595959. Windows color (decimal): -2744761 or 4660950. OLE color: 4660950.

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

Color convert

RGB 214 30 71 -
CMYK 0 0.86 0.67 0.16
HSL 346.63º 0.75% 0.48% -
HSV(B) 346.63º 0.86% 0.84% -
XYZ 29.33 15.68 7.44 -
YUV 89.69 117.46 216.67 -
System Red Green Blue C M Y K H S L
Decimal 214 30 71 0 0.86 0.67 0.16 346.63 0.75 0.48
Hex D6 1E 47 0 56 43 10 15B 4B 30
Octal 326 36 107 0 126 103 20 533 113 60
Binary 11010110 11110 1000111 0 1010110 1000011 10000 101011011 1001011 110000

Color Harmonies of #D61E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E47

Black with #D61E47

Text Example


Text Example

White with #D61E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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