Html Css Color HEX #D61046 Crimson

📋 copy color: '#D61046'

red 214 ◦ green 16 ◦ blue 70

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

Shades of Crimson #D61046

Tints of Crimson #D61046

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.33%

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

R = 71.33%
G = 5.33%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D61046 (or 0xD61046) is known color: Crimson. HEX triplet: D6, 10 and 46. RGB value is (214,16,70). Sum of RGB (Red+Green+Blue) = 214+16+70=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D61046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61046 is #29EFB9. Grayscale: #515151. Windows color (decimal): -2748346 or 4591830. OLE color: 4591830.

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

Color convert

RGB 214 16 70 -
CMYK 0 0.93 0.67 0.16
HSL 343.64º 0.86% 0.45% -
HSV(B) 343.64º 0.93% 0.84% -
XYZ 29.02 15.11 7.18 -
YUV 81.36 121.6 222.61 -
System Red Green Blue C M Y K H S L
Decimal 214 16 70 0 0.93 0.67 0.16 343.64 0.86 0.45
Hex D6 10 46 0 5D 43 10 158 56 2D
Octal 326 20 106 0 135 103 20 530 126 55
Binary 11010110 10000 1000110 0 1011101 1000011 10000 101011000 1010110 101101

Color Harmonies of #D61046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61046

Black with #D61046

Text Example


Text Example

White with #D61046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61046; }

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

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

background-color css

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

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

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

border-color css

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

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

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