Html Css Color HEX #E64124 Cinnabar

📋 copy color: '#E64124'

red 230 ◦ green 65 ◦ blue 36

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

Shades of Cinnabar #E64124

Tints of Cinnabar #E64124

RGB

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

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

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

R = 69.49%
G = 19.64%
B = 10.88%

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

#E64124 (or 0xE64124) is known color: Cinnabar. HEX triplet: E6, 41 and 24. RGB value is (230,65,36). Sum of RGB (Red+Green+Blue) = 230+65+36=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E64124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64124 is #19BEDB. Grayscale: #6F6F6F. Windows color (decimal): -1687260 or 2376166. OLE color: 2376166.

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

Color convert

RGB 230 65 36 -
CMYK 0 0.72 0.84 0.10
HSL 8.97º 0.8% 0.52% -
HSV(B) 8.97º 0.84% 0.9% -
XYZ 34.84 20.73 3.83 -
YUV 111.03 85.66 212.86 -
System Red Green Blue C M Y K H S L
Decimal 230 65 36 0 0.72 0.84 0.10 8.97 0.8 0.52
Hex E6 41 24 0 48 54 A 9 50 34
Octal 346 101 44 0 110 124 12 11 120 64
Binary 11100110 1000001 100100 0 1001000 1010100 1010 1001 1010000 110100

Color Harmonies of #E64124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64124

Black with #E64124

Text Example


Text Example

White with #E64124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64124; }

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

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

background-color css

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

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

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

border-color css

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

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

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