Html Css Color HEX #E64230 Cinnabar

📋 copy color: '#E64230'

red 230 ◦ green 66 ◦ blue 48

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

Shades of Cinnabar #E64230

Tints of Cinnabar #E64230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.95%

R = 66.86%
G = 19.19%
B = 13.95%

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

#E64230 (or 0xE64230) is known color: Cinnabar. HEX triplet: E6, 42 and 30. RGB value is (230,66,48). Sum of RGB (Red+Green+Blue) = 230+66+48=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E64230 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64230 is #19BDCF. Grayscale: #717171. Windows color (decimal): -1686992 or 3162854. OLE color: 3162854.

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

Color convert

RGB 230 66 48 -
CMYK 0 0.71 0.79 0.10
HSL 5.93º 0.78% 0.55% -
HSV(B) 5.93º 0.79% 0.9% -
XYZ 35.11 20.93 4.99 -
YUV 112.98 91.33 211.46 -
System Red Green Blue C M Y K H S L
Decimal 230 66 48 0 0.71 0.79 0.10 5.93 0.78 0.55
Hex E6 42 30 0 47 4F A 6 4E 37
Octal 346 102 60 0 107 117 12 6 116 67
Binary 11100110 1000010 110000 0 1000111 1001111 1010 110 1001110 110111

Color Harmonies of #E64230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64230

Black with #E64230

Text Example


Text Example

White with #E64230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64230; }

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

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

background-color css

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

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

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

border-color css

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

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

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