Html Css Color HEX #E60400 Red

📋 copy color: '#E60400'

red 230 ◦ green 4 ◦ blue 0

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

Shades of Red #E60400

Tints of Red #E60400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.71%

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

R = 98.29%
G = 1.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E60400 (or 0xE60400) is known color: Red. HEX triplet: E6, 04 and 00. RGB value is (230,4,0). Sum of RGB (Red+Green+Blue) = 230+4+0=234 (30% of max value = 765). Red value is 230 (90.23% from 255 or 98.29% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 230 - color contains mainly: red. Hex color #E60400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60400 is #19FBFF. Grayscale: #474747. Windows color (decimal): -1702912 or 1254. OLE color: 1254.

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

Color convert

RGB 230 4 0 -
CMYK 0 0.98 1 0.10
HSL 1.04º 1% 0.45% -
HSV(B) 1.04º 1% 0.9% -
XYZ 32.68 16.91 1.54 -
YUV 71.12 87.87 241.33 -
System Red Green Blue C M Y K H S L
Decimal 230 4 0 0 0.98 1 0.10 1.04 1 0.45
Hex E6 4 0 0 62 64 A 1 64 2D
Octal 346 4 0 0 142 144 12 1 144 55
Binary 11100110 100 0 0 1100010 1100100 1010 1 1100100 101101

Color Harmonies of #E60400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60400

Black with #E60400

Text Example


Text Example

White with #E60400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60400; }

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

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

background-color css

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

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

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

border-color css

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

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

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