Html Css Color HEX #E60D36 Crimson

📋 copy color: '#E60D36'

red 230 ◦ green 13 ◦ blue 54

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

Shades of Crimson #E60D36

Tints of Crimson #E60D36

RGB

 RED value IS 230 (90.23% from 255) = 77.44%

 GREEN value IS 13 (5.47% from 255) = 4.38%

 BLUE value IS 54 (21.48% from 255) = 18.18%

R = 77.44%
G = 4.38%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E60D36 (or 0xE60D36) is known color: Crimson. HEX triplet: E6, 0D and 36. RGB value is (230,13,54). Sum of RGB (Red+Green+Blue) = 230+13+54=297 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.44% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D36 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D36 is #19F2C9. Grayscale: #525252. Windows color (decimal): -1700554 or 3542502. OLE color: 3542502.

HSL color Cylindrical-coordinate representation of color #E60D36: hue angle of 348.66º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60D36 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 13 54 -
CMYK 0 0.94 0.77 0.10
HSL 348.66º 0.89% 0.48% -
HSV(B) 348.66º 0.94% 0.9% -
XYZ 33.44 17.38 5.08 -
YUV 82.56 111.89 233.17 -
System Red Green Blue C M Y K H S L
Decimal 230 13 54 0 0.94 0.77 0.10 348.66 0.89 0.48
Hex E6 D 36 0 5E 4D A 15D 59 30
Octal 346 15 66 0 136 115 12 535 131 60
Binary 11100110 1101 110110 0 1011110 1001101 1010 101011101 1011001 110000

Color Harmonies of #E60D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60D36

Black with #E60D36

Text Example


Text Example

White with #E60D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60D36; }

 p { color: rgb(230,13,54); }

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

background-color css

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

 a { background-color: rgb(230,13,54); }

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

border-color css

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

 span { border-color: rgb(230,13,54); }

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