Html Css Color HEX #E64122 Cinnabar

📋 copy color: '#E64122'

red 230 ◦ green 65 ◦ blue 34

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

Shades of Cinnabar #E64122

Tints of Cinnabar #E64122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.76%

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

R = 69.91%
G = 19.76%
B = 10.33%

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

#E64122 (or 0xE64122) is known color: Cinnabar. HEX triplet: E6, 41 and 22. RGB value is (230,65,34). Sum of RGB (Red+Green+Blue) = 230+65+34=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E64122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64122 is #19BEDD. Grayscale: #6F6F6F. Windows color (decimal): -1687262 or 2245094. OLE color: 2245094.

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

Color convert

RGB 230 65 34 -
CMYK 0 0.72 0.85 0.10
HSL 9.49º 0.8% 0.52% -
HSV(B) 9.49º 0.85% 0.9% -
XYZ 34.81 20.72 3.68 -
YUV 110.8 84.66 213.02 -
System Red Green Blue C M Y K H S L
Decimal 230 65 34 0 0.72 0.85 0.10 9.49 0.8 0.52
Hex E6 41 22 0 48 55 A 9 50 34
Octal 346 101 42 0 110 125 12 11 120 64
Binary 11100110 1000001 100010 0 1001000 1010101 1010 1001 1010000 110100

Color Harmonies of #E64122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64122

Black with #E64122

Text Example


Text Example

White with #E64122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64122; }

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

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

background-color css

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

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

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

border-color css

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

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

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