Html Css Color HEX #D61738 Crimson

📋 copy color: '#D61738'

red 214 ◦ green 23 ◦ blue 56

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

Shades of Crimson #D61738

Tints of Crimson #D61738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.85%

 BLUE value IS 56 (22.27% from 255) = 19.11%

R = 73.04%
G = 7.85%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D61738 (or 0xD61738) is known color: Crimson. HEX triplet: D6, 17 and 38. RGB value is (214,23,56). Sum of RGB (Red+Green+Blue) = 214+23+56=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D61738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61738 is #29E8C7. Grayscale: #535353. Windows color (decimal): -2746568 or 3676118. OLE color: 3676118.

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

Color convert

RGB 214 23 56 -
CMYK 0 0.89 0.74 0.16
HSL 349.63º 0.81% 0.46% -
HSV(B) 349.63º 0.89% 0.84% -
XYZ 28.75 15.19 5.16 -
YUV 83.87 112.28 220.82 -
System Red Green Blue C M Y K H S L
Decimal 214 23 56 0 0.89 0.74 0.16 349.63 0.81 0.46
Hex D6 17 38 0 59 4A 10 15E 51 2E
Octal 326 27 70 0 131 112 20 536 121 56
Binary 11010110 10111 111000 0 1011001 1001010 10000 101011110 1010001 101110

Color Harmonies of #D61738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61738

Black with #D61738

Text Example


Text Example

White with #D61738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61738; }

 p { color: rgb(214,23,56); }

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

background-color css

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

 a { background-color: rgb(214,23,56); }

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

border-color css

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

 span { border-color: rgb(214,23,56); }

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