Html Css Color HEX #E60030 Crimson

📋 copy color: '#E60030'

red 230 ◦ green 0 ◦ blue 48

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

Shades of Crimson #E60030

Tints of Crimson #E60030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 48 (19.14% from 255) = 17.27%

R = 82.73%
G = 0%
B = 17.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E60030 (or 0xE60030) is known color: Crimson. HEX triplet: E6, 00 and 30. RGB value is (230,0,48). Sum of RGB (Red+Green+Blue) = 230+0+48=278 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.73% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 230 - color contains mainly: red. Hex color #E60030 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60030 is #19FFCF. Grayscale: #4A4A4A. Windows color (decimal): -1703888 or 3145958. OLE color: 3145958.

HSL color Cylindrical-coordinate representation of color #E60030: hue angle of 347.48º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60030 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 0 48 -
CMYK 0 1 0.79 0.10
HSL 347.48º 1% 0.45% -
HSV(B) 347.48º 1% 0.9% -
XYZ 33.17 17.04 4.34 -
YUV 74.24 113.2 239.1 -
System Red Green Blue C M Y K H S L
Decimal 230 0 48 0 1 0.79 0.10 347.48 1 0.45
Hex E6 0 30 0 64 4F A 15B 64 2D
Octal 346 0 60 0 144 117 12 533 144 55
Binary 11100110 0 110000 0 1100100 1001111 1010 101011011 1100100 101101

Color Harmonies of #E60030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60030

Black with #E60030

Text Example


Text Example

White with #E60030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60030; }

 p { color: rgb(230,0,48); }

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

background-color css

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

 a { background-color: rgb(230,0,48); }

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

border-color css

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

 span { border-color: rgb(230,0,48); }

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