Html Css Color HEX #D4104A Crimson

📋 copy color: '#D4104A'

red 212 ◦ green 16 ◦ blue 74

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

Shades of Crimson #D4104A

Tints of Crimson #D4104A

RGB

 RED value IS 212 (83.2% from 255) = 70.2%

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

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

R = 70.2%
G = 5.3%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4104A (or 0xD4104A) is known color: Crimson. HEX triplet: D4, 10 and 4A. RGB value is (212,16,74). Sum of RGB (Red+Green+Blue) = 212+16+74=302 (40% of max value = 765). Red value is 212 (83.20% from 255 or 70.20% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 212 - color contains mainly: red. Hex color #D4104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4104A is #2BEFB5. Grayscale: #515151. Windows color (decimal): -2879414 or 4853972. OLE color: 4853972.

HSL color Cylindrical-coordinate representation of color #D4104A: hue angle of 342.24º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4104A is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 16 74 -
CMYK 0 0.92 0.65 0.17
HSL 342.24º 0.86% 0.45% -
HSV(B) 342.24º 0.92% 0.83% -
XYZ 28.57 14.86 7.84 -
YUV 81.22 123.93 221.28 -
System Red Green Blue C M Y K H S L
Decimal 212 16 74 0 0.92 0.65 0.17 342.24 0.86 0.45
Hex D4 10 4A 0 5C 41 11 156 56 2D
Octal 324 20 112 0 134 101 21 526 126 55
Binary 11010100 10000 1001010 0 1011100 1000001 10001 101010110 1010110 101101

Color Harmonies of #D4104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4104A

Black with #D4104A

Text Example


Text Example

White with #D4104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4104A; }

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

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

background-color css

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

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

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

border-color css

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

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

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