Html Css Color HEX #E64024 Cinnabar

📋 copy color: '#E64024'

red 230 ◦ green 64 ◦ blue 36

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

Shades of Cinnabar #E64024

Tints of Cinnabar #E64024

RGB

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

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

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

R = 69.7%
G = 19.39%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E64024 (or 0xE64024) is known color: Cinnabar. HEX triplet: E6, 40 and 24. RGB value is (230,64,36). Sum of RGB (Red+Green+Blue) = 230+64+36=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E64024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64024 is #19BFDB. Grayscale: #6E6E6E. Windows color (decimal): -1687516 or 2375910. OLE color: 2375910.

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

Color convert

RGB 230 64 36 -
CMYK 0 0.72 0.84 0.10
HSL 8.66º 0.8% 0.52% -
HSV(B) 8.66º 0.84% 0.9% -
XYZ 34.78 20.62 3.82 -
YUV 110.44 86 213.28 -
System Red Green Blue C M Y K H S L
Decimal 230 64 36 0 0.72 0.84 0.10 8.66 0.8 0.52
Hex E6 40 24 0 48 54 A 9 50 34
Octal 346 100 44 0 110 124 12 11 120 64
Binary 11100110 1000000 100100 0 1001000 1010100 1010 1001 1010000 110100

Color Harmonies of #E64024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64024

Black with #E64024

Text Example


Text Example

White with #E64024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64024; }

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

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

background-color css

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

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

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

border-color css

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

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

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