Html Css Color HEX #D6104D Crimson

📋 copy color: '#D6104D'

red 214 ◦ green 16 ◦ blue 77

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

Shades of Crimson #D6104D

Tints of Crimson #D6104D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.08%

R = 69.71%
G = 5.21%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6104D (or 0xD6104D) is known color: Crimson. HEX triplet: D6, 10 and 4D. RGB value is (214,16,77). Sum of RGB (Red+Green+Blue) = 214+16+77=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D6104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6104D is #29EFB2. Grayscale: #525252. Windows color (decimal): -2748339 or 5050582. OLE color: 5050582.

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

Color convert

RGB 214 16 77 -
CMYK 0 0.93 0.64 0.16
HSL 341.52º 0.86% 0.45% -
HSV(B) 341.52º 0.93% 0.84% -
XYZ 29.26 15.2 8.41 -
YUV 82.16 125.1 222.04 -
System Red Green Blue C M Y K H S L
Decimal 214 16 77 0 0.93 0.64 0.16 341.52 0.86 0.45
Hex D6 10 4D 0 5D 40 10 156 56 2D
Octal 326 20 115 0 135 100 20 526 126 55
Binary 11010110 10000 1001101 0 1011101 1000000 10000 101010110 1010110 101101

Color Harmonies of #D6104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6104D

Black with #D6104D

Text Example


Text Example

White with #D6104D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6104D; }

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

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

background-color css

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

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

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

border-color css

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

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

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