Html Css Color HEX #E64002 Orange Red

📋 copy color: '#E64002'

red 230 ◦ green 64 ◦ blue 2

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

Shades of Orange Red #E64002

Tints of Orange Red #E64002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.62%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 77.7%
G = 21.62%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E64002 (or 0xE64002) is known color: Orange Red. HEX triplet: E6, 40 and 02. RGB value is (230,64,2). Sum of RGB (Red+Green+Blue) = 230+64+2=296 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.70% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 230 - color contains mainly: red. Hex color #E64002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64002 is #19BFFD. Grayscale: #6A6A6A. Windows color (decimal): -1687550 or 147686. OLE color: 147686.

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

Color convert

RGB 230 64 2 -
CMYK 0 0.72 0.99 0.10
HSL 16.32º 0.98% 0.45% -
HSV(B) 16.32º 0.99% 0.9% -
XYZ 34.48 20.49 2.2 -
YUV 106.57 69 216.04 -
System Red Green Blue C M Y K H S L
Decimal 230 64 2 0 0.72 0.99 0.10 16.32 0.98 0.45
Hex E6 40 2 0 48 63 A 10 62 2D
Octal 346 100 2 0 110 143 12 20 142 55
Binary 11100110 1000000 10 0 1001000 1100011 1010 10000 1100010 101101

Color Harmonies of #E64002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64002

Black with #E64002

Text Example


Text Example

White with #E64002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64002; }

 p { color: rgb(230,64,2); }

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

background-color css

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

 a { background-color: rgb(230,64,2); }

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

border-color css

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

 span { border-color: rgb(230,64,2); }

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