Html Css Color HEX #E64522 Cinnabar

📋 copy color: '#E64522'

red 230 ◦ green 69 ◦ blue 34

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

Shades of Cinnabar #E64522

Tints of Cinnabar #E64522

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.72%

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

R = 69.07%
G = 20.72%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E64522 (or 0xE64522) is known color: Cinnabar. HEX triplet: E6, 45 and 22. RGB value is (230,69,34). Sum of RGB (Red+Green+Blue) = 230+69+34=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 34 (13.67% from 255 or 10.21% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E64522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64522 is #19BADD. Grayscale: #717171. Windows color (decimal): -1686238 or 2246118. OLE color: 2246118.

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

Color convert

RGB 230 69 34 -
CMYK 0 0.7 0.85 0.10
HSL 10.71º 0.8% 0.52% -
HSV(B) 10.71º 0.85% 0.9% -
XYZ 35.05 21.19 3.76 -
YUV 113.15 83.34 211.35 -
System Red Green Blue C M Y K H S L
Decimal 230 69 34 0 0.7 0.85 0.10 10.71 0.8 0.52
Hex E6 45 22 0 46 55 A B 50 34
Octal 346 105 42 0 106 125 12 13 120 64
Binary 11100110 1000101 100010 0 1000110 1010101 1010 1011 1010000 110100

Color Harmonies of #E64522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64522

Black with #E64522

Text Example


Text Example

White with #E64522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64522; }

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

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

background-color css

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

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

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

border-color css

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

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

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