Html Css Color HEX #E64022 Cinnabar

📋 copy color: '#E64022'

red 230 ◦ green 64 ◦ blue 34

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

Shades of Cinnabar #E64022

Tints of Cinnabar #E64022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.37%

R = 70.12%
G = 19.51%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E64022 (or 0xE64022) is known color: Cinnabar. HEX triplet: E6, 40 and 22. RGB value is (230,64,34). Sum of RGB (Red+Green+Blue) = 230+64+34=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E64022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64022 is #19BFDD. Grayscale: #6E6E6E. Windows color (decimal): -1687518 or 2244838. OLE color: 2244838.

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

Color convert

RGB 230 64 34 -
CMYK 0 0.72 0.85 0.10
HSL 9.18º 0.8% 0.52% -
HSV(B) 9.18º 0.85% 0.9% -
XYZ 34.76 20.61 3.66 -
YUV 110.21 85 213.44 -
System Red Green Blue C M Y K H S L
Decimal 230 64 34 0 0.72 0.85 0.10 9.18 0.8 0.52
Hex E6 40 22 0 48 55 A 9 50 34
Octal 346 100 42 0 110 125 12 11 120 64
Binary 11100110 1000000 100010 0 1001000 1010101 1010 1001 1010000 110100

Color Harmonies of #E64022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64022

Black with #E64022

Text Example


Text Example

White with #E64022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64022; }

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

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

background-color css

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

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

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

border-color css

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

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

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