Html Css Color HEX #E64D24 Cinnabar

📋 copy color: '#E64D24'

red 230 ◦ green 77 ◦ blue 36

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

Shades of Cinnabar #E64D24

Tints of Cinnabar #E64D24

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.45%

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

R = 67.06%
G = 22.45%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E64D24 (or 0xE64D24) is known color: Cinnabar. HEX triplet: E6, 4D and 24. RGB value is (230,77,36). Sum of RGB (Red+Green+Blue) = 230+77+36=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64D24 is #19B2DB. Grayscale: #767676. Windows color (decimal): -1684188 or 2379238. OLE color: 2379238.

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

Color convert

RGB 230 77 36 -
CMYK 0 0.67 0.84 0.10
HSL 12.68º 0.8% 0.52% -
HSV(B) 12.68º 0.84% 0.9% -
XYZ 35.61 22.26 4.09 -
YUV 118.07 81.69 207.83 -
System Red Green Blue C M Y K H S L
Decimal 230 77 36 0 0.67 0.84 0.10 12.68 0.8 0.52
Hex E6 4D 24 0 43 54 A D 50 34
Octal 346 115 44 0 103 124 12 15 120 64
Binary 11100110 1001101 100100 0 1000011 1010100 1010 1101 1010000 110100

Color Harmonies of #E64D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D24

Black with #E64D24

Text Example


Text Example

White with #E64D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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