Html Css Color HEX #D61A4D Crimson

📋 copy color: '#D61A4D'

red 214 ◦ green 26 ◦ blue 77

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

Shades of Crimson #D61A4D

Tints of Crimson #D61A4D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.2%

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

R = 67.51%
G = 8.2%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D61A4D (or 0xD61A4D) is known color: Crimson. HEX triplet: D6, 1A and 4D. RGB value is (214,26,77). Sum of RGB (Red+Green+Blue) = 214+26+77=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61A4D is #29E5B2. Grayscale: #585858. Windows color (decimal): -2745779 or 5053142. OLE color: 5053142.

HSL color Cylindrical-coordinate representation of color #D61A4D: hue angle of 343.72º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61A4D is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 26 77 -
CMYK 0 0.88 0.64 0.16
HSL 343.72º 0.78% 0.47% -
HSV(B) 343.72º 0.88% 0.84% -
XYZ 29.44 15.57 8.47 -
YUV 88.03 121.78 217.85 -
System Red Green Blue C M Y K H S L
Decimal 214 26 77 0 0.88 0.64 0.16 343.72 0.78 0.47
Hex D6 1A 4D 0 58 40 10 158 4E 2F
Octal 326 32 115 0 130 100 20 530 116 57
Binary 11010110 11010 1001101 0 1011000 1000000 10000 101011000 1001110 101111

Color Harmonies of #D61A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A4D

Black with #D61A4D

Text Example


Text Example

White with #D61A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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