Html Css Color HEX #D61E46 Crimson

📋 copy color: '#D61E46'

red 214 ◦ green 30 ◦ blue 70

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

Shades of Crimson #D61E46

Tints of Crimson #D61E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 68.15%
G = 9.55%
B = 22.29%

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

#D61E46 (or 0xD61E46) is known color: Crimson. HEX triplet: D6, 1E and 46. RGB value is (214,30,70). Sum of RGB (Red+Green+Blue) = 214+30+70=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61E46 is #29E1B9. Grayscale: #595959. Windows color (decimal): -2744762 or 4595414. OLE color: 4595414.

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

Color convert

RGB 214 30 70 -
CMYK 0 0.86 0.67 0.16
HSL 346.96º 0.75% 0.48% -
HSV(B) 346.96º 0.86% 0.84% -
XYZ 29.3 15.67 7.27 -
YUV 89.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 214 30 70 0 0.86 0.67 0.16 346.96 0.75 0.48
Hex D6 1E 46 0 56 43 10 15B 4B 30
Octal 326 36 106 0 126 103 20 533 113 60
Binary 11010110 11110 1000110 0 1010110 1000011 10000 101011011 1001011 110000

Color Harmonies of #D61E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E46

Black with #D61E46

Text Example


Text Example

White with #D61E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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