Html Css Color HEX #D6104A Crimson

📋 copy color: '#D6104A'

red 214 ◦ green 16 ◦ blue 74

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

Shades of Crimson #D6104A

Tints of Crimson #D6104A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.34%

R = 70.39%
G = 5.26%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6104A (or 0xD6104A) is known color: Crimson. HEX triplet: D6, 10 and 4A. RGB value is (214,16,74). Sum of RGB (Red+Green+Blue) = 214+16+74=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D6104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6104A is #29EFB5. Grayscale: #515151. Windows color (decimal): -2748342 or 4853974. OLE color: 4853974.

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

Color convert

RGB 214 16 74 -
CMYK 0 0.93 0.65 0.16
HSL 342.42º 0.86% 0.45% -
HSV(B) 342.42º 0.93% 0.84% -
XYZ 29.15 15.16 7.87 -
YUV 81.81 123.6 222.28 -
System Red Green Blue C M Y K H S L
Decimal 214 16 74 0 0.93 0.65 0.16 342.42 0.86 0.45
Hex D6 10 4A 0 5D 41 10 156 56 2D
Octal 326 20 112 0 135 101 20 526 126 55
Binary 11010110 10000 1001010 0 1011101 1000001 10000 101010110 1010110 101101

Color Harmonies of #D6104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6104A

Black with #D6104A

Text Example


Text Example

White with #D6104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6104A; }

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

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

background-color css

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

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

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

border-color css

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

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

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