Html Css Color HEX #E60E2F Crimson

📋 copy color: '#E60E2F'

red 230 ◦ green 14 ◦ blue 47

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

Shades of Crimson #E60E2F

Tints of Crimson #E60E2F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.81%

 BLUE value IS 47 (18.75% from 255) = 16.15%

R = 79.04%
G = 4.81%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E60E2F (or 0xE60E2F) is known color: Crimson. HEX triplet: E6, 0E and 2F. RGB value is (230,14,47). Sum of RGB (Red+Green+Blue) = 230+14+47=291 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.04% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 230 - color contains mainly: red. Hex color #E60E2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60E2F is #19F1D0. Grayscale: #525252. Windows color (decimal): -1700305 or 3084006. OLE color: 3084006.

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

Color convert

RGB 230 14 47 -
CMYK 0 0.94 0.80 0.10
HSL 350.83º 0.89% 0.48% -
HSV(B) 350.83º 0.94% 0.9% -
XYZ 33.3 17.34 4.28 -
YUV 82.35 108.06 233.32 -
System Red Green Blue C M Y K H S L
Decimal 230 14 47 0 0.94 0.80 0.10 350.83 0.89 0.48
Hex E6 E 2F 0 5E 50 A 15F 59 30
Octal 346 16 57 0 136 120 12 537 131 60
Binary 11100110 1110 101111 0 1011110 1010000 1010 101011111 1011001 110000

Color Harmonies of #E60E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60E2F

Black with #E60E2F

Text Example


Text Example

White with #E60E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60E2F; }

 p { color: rgb(230,14,47); }

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

background-color css

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

 a { background-color: rgb(230,14,47); }

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

border-color css

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

 span { border-color: rgb(230,14,47); }

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