Html Css Color HEX #E64224 Cinnabar

📋 copy color: '#E64224'

red 230 ◦ green 66 ◦ blue 36

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

Shades of Cinnabar #E64224

Tints of Cinnabar #E64224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.88%

 BLUE value IS 36 (14.45% from 255) = 10.84%

R = 69.28%
G = 19.88%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E64224 (or 0xE64224) is known color: Cinnabar. HEX triplet: E6, 42 and 24. RGB value is (230,66,36). Sum of RGB (Red+Green+Blue) = 230+66+36=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E64224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64224 is #19BDDB. Grayscale: #6F6F6F. Windows color (decimal): -1687004 or 2376422. OLE color: 2376422.

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

Color convert

RGB 230 66 36 -
CMYK 0 0.71 0.84 0.10
HSL 9.28º 0.8% 0.52% -
HSV(B) 9.28º 0.84% 0.9% -
XYZ 34.9 20.85 3.85 -
YUV 111.62 85.33 212.44 -
System Red Green Blue C M Y K H S L
Decimal 230 66 36 0 0.71 0.84 0.10 9.28 0.8 0.52
Hex E6 42 24 0 47 54 A 9 50 34
Octal 346 102 44 0 107 124 12 11 120 64
Binary 11100110 1000010 100100 0 1000111 1010100 1010 1001 1010000 110100

Color Harmonies of #E64224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64224

Black with #E64224

Text Example


Text Example

White with #E64224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64224; }

 p { color: rgb(230,66,36); }

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

background-color css

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

 a { background-color: rgb(230,66,36); }

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

border-color css

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

 span { border-color: rgb(230,66,36); }

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