Html Css Color HEX #E64031 Cinnabar

📋 copy color: '#E64031'

red 230 ◦ green 64 ◦ blue 49

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

Shades of Cinnabar #E64031

Tints of Cinnabar #E64031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.29%

R = 67.06%
G = 18.66%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E64031 (or 0xE64031) is known color: Cinnabar. HEX triplet: E6, 40 and 31. RGB value is (230,64,49). Sum of RGB (Red+Green+Blue) = 230+64+49=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E64031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64031 is #19BFCE. Grayscale: #707070. Windows color (decimal): -1687503 or 3227878. OLE color: 3227878.

HSL color Cylindrical-coordinate representation of color #E64031: hue angle of 4.97º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E64031 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 64 49 -
CMYK 0 0.72 0.79 0.10
HSL 4.97º 0.78% 0.55% -
HSV(B) 4.97º 0.79% 0.9% -
XYZ 35.02 20.71 5.06 -
YUV 111.92 92.5 212.22 -
System Red Green Blue C M Y K H S L
Decimal 230 64 49 0 0.72 0.79 0.10 4.97 0.78 0.55
Hex E6 40 31 0 48 4F A 5 4E 37
Octal 346 100 61 0 110 117 12 5 116 67
Binary 11100110 1000000 110001 0 1001000 1001111 1010 101 1001110 110111

Color Harmonies of #E64031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64031

Black with #E64031

Text Example


Text Example

White with #E64031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64031; }

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

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

background-color css

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

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

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

border-color css

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

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

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