Html Css Color HEX #E60F36 Crimson

📋 copy color: '#E60F36'

red 230 ◦ green 15 ◦ blue 54

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

Shades of Crimson #E60F36

Tints of Crimson #E60F36

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.02%

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

R = 76.92%
G = 5.02%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E60F36 (or 0xE60F36) is known color: Crimson. HEX triplet: E6, 0F and 36. RGB value is (230,15,54). Sum of RGB (Red+Green+Blue) = 230+15+54=299 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.92% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F36 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60F36 is #19F0C9. Grayscale: #535353. Windows color (decimal): -1700042 or 3543014. OLE color: 3543014.

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

Color convert

RGB 230 15 54 -
CMYK 0 0.93 0.77 0.10
HSL 349.12º 0.88% 0.48% -
HSV(B) 349.12º 0.93% 0.9% -
XYZ 33.47 17.43 5.09 -
YUV 83.73 111.23 232.33 -
System Red Green Blue C M Y K H S L
Decimal 230 15 54 0 0.93 0.77 0.10 349.12 0.88 0.48
Hex E6 F 36 0 5D 4D A 15D 58 30
Octal 346 17 66 0 135 115 12 535 130 60
Binary 11100110 1111 110110 0 1011101 1001101 1010 101011101 1011000 110000

Color Harmonies of #E60F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60F36

Black with #E60F36

Text Example


Text Example

White with #E60F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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