Html Css Color HEX #E64231 Cinnabar

📋 copy color: '#E64231'

red 230 ◦ green 66 ◦ blue 49

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

Shades of Cinnabar #E64231

Tints of Cinnabar #E64231

RGB

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

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

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

R = 66.67%
G = 19.13%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E64231 (or 0xE64231) is known color: Cinnabar. HEX triplet: E6, 42 and 31. RGB value is (230,66,49). Sum of RGB (Red+Green+Blue) = 230+66+49=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E64231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64231 is #19BDCE. Grayscale: #717171. Windows color (decimal): -1686991 or 3228390. OLE color: 3228390.

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

Color convert

RGB 230 66 49 -
CMYK 0 0.71 0.79 0.10
HSL 5.64º 0.78% 0.55% -
HSV(B) 5.64º 0.79% 0.9% -
XYZ 35.14 20.94 5.1 -
YUV 113.1 91.83 211.38 -
System Red Green Blue C M Y K H S L
Decimal 230 66 49 0 0.71 0.79 0.10 5.64 0.78 0.55
Hex E6 42 31 0 47 4F A 6 4E 37
Octal 346 102 61 0 107 117 12 6 116 67
Binary 11100110 1000010 110001 0 1000111 1001111 1010 110 1001110 110111

Color Harmonies of #E64231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64231

Black with #E64231

Text Example


Text Example

White with #E64231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64231; }

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

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

background-color css

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

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

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

border-color css

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

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

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