Html Css Color HEX #E14321 Cinnabar

📋 copy color: '#E14321'

red 225 ◦ green 67 ◦ blue 33

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

Shades of Cinnabar #E14321

Tints of Cinnabar #E14321

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.62%

 BLUE value IS 33 (13.28% from 255) = 10.15%

R = 69.23%
G = 20.62%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E14321 (or 0xE14321) is known color: Cinnabar. HEX triplet: E1, 43 and 21. RGB value is (225,67,33). Sum of RGB (Red+Green+Blue) = 225+67+33=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E14321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14321 is #1EBCDE. Grayscale: #6E6E6E. Windows color (decimal): -2014431 or 2180065. OLE color: 2180065.

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

Color convert

RGB 225 67 33 -
CMYK 0 0.70 0.85 0.12
HSL 10.63º 0.76% 0.51% -
HSV(B) 10.63º 0.85% 0.88% -
XYZ 33.33 20.13 3.57 -
YUV 110.37 84.35 209.76 -
System Red Green Blue C M Y K H S L
Decimal 225 67 33 0 0.70 0.85 0.12 10.63 0.76 0.51
Hex E1 43 21 0 46 55 C B 4C 33
Octal 341 103 41 0 106 125 14 13 114 63
Binary 11100001 1000011 100001 0 1000110 1010101 1100 1011 1001100 110011

Color Harmonies of #E14321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14321

Black with #E14321

Text Example


Text Example

White with #E14321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14321; }

 p { color: rgb(225,67,33); }

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

background-color css

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

 a { background-color: rgb(225,67,33); }

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

border-color css

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

 span { border-color: rgb(225,67,33); }

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