Html Css Color HEX #E64028 Cinnabar

📋 copy color: '#E64028'

red 230 ◦ green 64 ◦ blue 40

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

Shades of Cinnabar #E64028

Tints of Cinnabar #E64028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.98%

R = 68.86%
G = 19.16%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E64028 (or 0xE64028) is known color: Cinnabar. HEX triplet: E6, 40 and 28. RGB value is (230,64,40). Sum of RGB (Red+Green+Blue) = 230+64+40=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E64028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64028 is #19BFD7. Grayscale: #6F6F6F. Windows color (decimal): -1687512 or 2638054. OLE color: 2638054.

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

Color convert

RGB 230 64 40 -
CMYK 0 0.72 0.83 0.10
HSL 7.58º 0.79% 0.53% -
HSV(B) 7.58º 0.83% 0.9% -
XYZ 34.85 20.64 4.16 -
YUV 110.9 88 212.95 -
System Red Green Blue C M Y K H S L
Decimal 230 64 40 0 0.72 0.83 0.10 7.58 0.79 0.53
Hex E6 40 28 0 48 53 A 8 4F 35
Octal 346 100 50 0 110 123 12 10 117 65
Binary 11100110 1000000 101000 0 1001000 1010011 1010 1000 1001111 110101

Color Harmonies of #E64028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64028

Black with #E64028

Text Example


Text Example

White with #E64028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64028; }

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

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

background-color css

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

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

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

border-color css

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

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

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