Html Css Color HEX #D61340 Crimson

📋 copy color: '#D61340'

red 214 ◦ green 19 ◦ blue 64

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

Shades of Crimson #D61340

Tints of Crimson #D61340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.4%

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

R = 72.05%
G = 6.4%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D61340 (or 0xD61340) is known color: Crimson. HEX triplet: D6, 13 and 40. RGB value is (214,19,64). Sum of RGB (Red+Green+Blue) = 214+19+64=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D61340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61340 is #29ECBF. Grayscale: #525252. Windows color (decimal): -2747584 or 4199382. OLE color: 4199382.

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

Color convert

RGB 214 19 64 -
CMYK 0 0.91 0.70 0.16
HSL 346.15º 0.84% 0.46% -
HSV(B) 346.15º 0.91% 0.84% -
XYZ 28.89 15.13 6.25 -
YUV 82.44 117.6 221.84 -
System Red Green Blue C M Y K H S L
Decimal 214 19 64 0 0.91 0.70 0.16 346.15 0.84 0.46
Hex D6 13 40 0 5B 46 10 15A 54 2E
Octal 326 23 100 0 133 106 20 532 124 56
Binary 11010110 10011 1000000 0 1011011 1000110 10000 101011010 1010100 101110

Color Harmonies of #D61340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61340

Black with #D61340

Text Example


Text Example

White with #D61340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61340; }

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

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

background-color css

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

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

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

border-color css

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

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

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