Html Css Color HEX #E60F34 Crimson

📋 copy color: '#E60F34'

red 230 ◦ green 15 ◦ blue 52

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

Shades of Crimson #E60F34

Tints of Crimson #E60F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.51%

R = 77.44%
G = 5.05%
B = 17.51%

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

#E60F34 (or 0xE60F34) is known color: Crimson. HEX triplet: E6, 0F and 34. RGB value is (230,15,52). Sum of RGB (Red+Green+Blue) = 230+15+52=297 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.44% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F34 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60F34 is #19F0CB. Grayscale: #535353. Windows color (decimal): -1700044 or 3411942. OLE color: 3411942.

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

Color convert

RGB 230 15 52 -
CMYK 0 0.93 0.77 0.10
HSL 349.67º 0.88% 0.48% -
HSV(B) 349.67º 0.93% 0.9% -
XYZ 33.42 17.41 4.85 -
YUV 83.5 110.23 232.49 -
System Red Green Blue C M Y K H S L
Decimal 230 15 52 0 0.93 0.77 0.10 349.67 0.88 0.48
Hex E6 F 34 0 5D 4D A 15E 58 30
Octal 346 17 64 0 135 115 12 536 130 60
Binary 11100110 1111 110100 0 1011101 1001101 1010 101011110 1011000 110000

Color Harmonies of #E60F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60F34

Black with #E60F34

Text Example


Text Example

White with #E60F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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