Html Css Color HEX #E65044 Cinnabar

📋 copy color: '#E65044'

red 230 ◦ green 80 ◦ blue 68

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

Shades of Cinnabar #E65044

Tints of Cinnabar #E65044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.16%

 BLUE value IS 68 (26.95% from 255) = 17.99%

R = 60.85%
G = 21.16%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E65044 (or 0xE65044) is known color: Cinnabar. HEX triplet: E6, 50 and 44. RGB value is (230,80,68). Sum of RGB (Red+Green+Blue) = 230+80+68=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E65044 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65044 is #19AFBB. Grayscale: #7B7B7B. Windows color (decimal): -1683388 or 4477158. OLE color: 4477158.

HSL color Cylindrical-coordinate representation of color #E65044: hue angle of 4.44º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E65044 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 80 68 -
CMYK 0 0.65 0.70 0.10
HSL 4.44º 0.76% 0.58% -
HSV(B) 4.44º 0.7% 0.9% -
XYZ 36.55 22.98 7.98 -
YUV 123.48 96.7 203.98 -
System Red Green Blue C M Y K H S L
Decimal 230 80 68 0 0.65 0.70 0.10 4.44 0.76 0.58
Hex E6 50 44 0 41 46 A 4 4C 3A
Octal 346 120 104 0 101 106 12 4 114 72
Binary 11100110 1010000 1000100 0 1000001 1000110 1010 100 1001100 111010

Color Harmonies of #E65044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65044

Black with #E65044

Text Example


Text Example

White with #E65044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65044; }

 p { color: rgb(230,80,68); }

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

background-color css

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

 a { background-color: rgb(230,80,68); }

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

border-color css

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

 span { border-color: rgb(230,80,68); }

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