Html Css Color HEX #E64021 Cinnabar

📋 copy color: '#E64021'

red 230 ◦ green 64 ◦ blue 33

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

Shades of Cinnabar #E64021

Tints of Cinnabar #E64021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.09%

R = 70.34%
G = 19.57%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E64021 (or 0xE64021) is known color: Cinnabar. HEX triplet: E6, 40 and 21. RGB value is (230,64,33). Sum of RGB (Red+Green+Blue) = 230+64+33=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E64021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64021 is #19BFDE. Grayscale: #6E6E6E. Windows color (decimal): -1687519 or 2179302. OLE color: 2179302.

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

Color convert

RGB 230 64 33 -
CMYK 0 0.72 0.86 0.10
HSL 9.44º 0.8% 0.52% -
HSV(B) 9.44º 0.86% 0.9% -
XYZ 34.74 20.6 3.58 -
YUV 110.1 84.5 213.52 -
System Red Green Blue C M Y K H S L
Decimal 230 64 33 0 0.72 0.86 0.10 9.44 0.8 0.52
Hex E6 40 21 0 48 56 A 9 50 34
Octal 346 100 41 0 110 126 12 11 120 64
Binary 11100110 1000000 100001 0 1001000 1010110 1010 1001 1010000 110100

Color Harmonies of #E64021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64021

Black with #E64021

Text Example


Text Example

White with #E64021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64021; }

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

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

background-color css

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

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

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

border-color css

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

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

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