Html Css Color HEX #E14F23 Cinnabar

📋 copy color: '#E14F23'

red 225 ◦ green 79 ◦ blue 35

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

Shades of Cinnabar #E14F23

Tints of Cinnabar #E14F23

RGB

 RED value IS 225 (88.28% from 255) = 66.37%

 GREEN value IS 79 (31.25% from 255) = 23.3%

 BLUE value IS 35 (14.06% from 255) = 10.32%

R = 66.37%
G = 23.3%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E14F23 (or 0xE14F23) is known color: Cinnabar. HEX triplet: E1, 4F and 23. RGB value is (225,79,35). Sum of RGB (Red+Green+Blue) = 225+79+35=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14F23 is #1EB0DC. Grayscale: #757575. Windows color (decimal): -2011357 or 2314209. OLE color: 2314209.

HSL color Cylindrical-coordinate representation of color #E14F23: hue angle of 13.89º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E14F23 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 79 35 -
CMYK 0 0.65 0.84 0.12
HSL 13.89º 0.76% 0.51% -
HSV(B) 13.89º 0.84% 0.88% -
XYZ 34.15 21.72 3.98 -
YUV 117.64 81.37 204.58 -
System Red Green Blue C M Y K H S L
Decimal 225 79 35 0 0.65 0.84 0.12 13.89 0.76 0.51
Hex E1 4F 23 0 41 54 C E 4C 33
Octal 341 117 43 0 101 124 14 16 114 63
Binary 11100001 1001111 100011 0 1000001 1010100 1100 1110 1001100 110011

Color Harmonies of #E14F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14F23

Black with #E14F23

Text Example


Text Example

White with #E14F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14F23; }

 p { color: rgb(225,79,35); }

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

background-color css

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

 a { background-color: rgb(225,79,35); }

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

border-color css

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

 span { border-color: rgb(225,79,35); }

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