Html Css Color HEX #D61C40 Crimson

📋 copy color: '#D61C40'

red 214 ◦ green 28 ◦ blue 64

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

Shades of Crimson #D61C40

Tints of Crimson #D61C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.15%

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

R = 69.93%
G = 9.15%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D61C40 (or 0xD61C40) is known color: Crimson. HEX triplet: D6, 1C and 40. RGB value is (214,28,64). Sum of RGB (Red+Green+Blue) = 214+28+64=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61C40 is #29E3BF. Grayscale: #575757. Windows color (decimal): -2745280 or 4201686. OLE color: 4201686.

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

Color convert

RGB 214 28 64 -
CMYK 0 0.87 0.70 0.16
HSL 348.39º 0.77% 0.47% -
HSV(B) 348.39º 0.87% 0.84% -
XYZ 29.07 15.5 6.31 -
YUV 87.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 214 28 64 0 0.87 0.70 0.16 348.39 0.77 0.47
Hex D6 1C 40 0 57 46 10 15C 4D 2F
Octal 326 34 100 0 127 106 20 534 115 57
Binary 11010110 11100 1000000 0 1010111 1000110 10000 101011100 1001101 101111

Color Harmonies of #D61C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C40

Black with #D61C40

Text Example


Text Example

White with #D61C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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