Html Css Color HEX #E60F37 Crimson

📋 copy color: '#E60F37'

red 230 ◦ green 15 ◦ blue 55

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

Shades of Crimson #E60F37

Tints of Crimson #E60F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.33%

R = 76.67%
G = 5%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#E60F37 (or 0xE60F37) is known color: Crimson. HEX triplet: E6, 0F and 37. RGB value is (230,15,55). Sum of RGB (Red+Green+Blue) = 230+15+55=300 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.67% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F37 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60F37 is #19F0C8. Grayscale: #535353. Windows color (decimal): -1700041 or 3608550. OLE color: 3608550.

HSL color Cylindrical-coordinate representation of color #E60F37: hue angle of 348.84º 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 #E60F37 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 15 55 -
CMYK 0 0.93 0.76 0.10
HSL 348.84º 0.88% 0.48% -
HSV(B) 348.84º 0.93% 0.9% -
XYZ 33.49 17.44 5.22 -
YUV 83.85 111.73 232.25 -
System Red Green Blue C M Y K H S L
Decimal 230 15 55 0 0.93 0.76 0.10 348.84 0.88 0.48
Hex E6 F 37 0 5D 4C A 15D 58 30
Octal 346 17 67 0 135 114 12 535 130 60
Binary 11100110 1111 110111 0 1011101 1001100 1010 101011101 1011000 110000

Color Harmonies of #E60F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60F37

Black with #E60F37

Text Example


Text Example

White with #E60F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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