Html Css Color HEX #D61A40 Crimson

📋 copy color: '#D61A40'

red 214 ◦ green 26 ◦ blue 64

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

Shades of Crimson #D61A40

Tints of Crimson #D61A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 70.39%
G = 8.55%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D61A40 (or 0xD61A40) is known color: Crimson. HEX triplet: D6, 1A and 40. RGB value is (214,26,64). Sum of RGB (Red+Green+Blue) = 214+26+64=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61A40 is #29E5BF. Grayscale: #565656. Windows color (decimal): -2745792 or 4201174. OLE color: 4201174.

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

Color convert

RGB 214 26 64 -
CMYK 0 0.88 0.70 0.16
HSL 347.87º 0.78% 0.47% -
HSV(B) 347.87º 0.88% 0.84% -
XYZ 29.03 15.41 6.29 -
YUV 86.54 115.28 218.91 -
System Red Green Blue C M Y K H S L
Decimal 214 26 64 0 0.88 0.70 0.16 347.87 0.78 0.47
Hex D6 1A 40 0 58 46 10 15C 4E 2F
Octal 326 32 100 0 130 106 20 534 116 57
Binary 11010110 11010 1000000 0 1011000 1000110 10000 101011100 1001110 101111

Color Harmonies of #D61A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A40

Black with #D61A40

Text Example


Text Example

White with #D61A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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