Html Css Color HEX #E74221 Cinnabar

📋 copy color: '#E74221'

red 231 ◦ green 66 ◦ blue 33

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

Shades of Cinnabar #E74221

Tints of Cinnabar #E74221

RGB

 RED value IS 231 (90.63% from 255) = 70%

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

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

R = 70%
G = 20%
B = 10%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E74221 (or 0xE74221) is known color: Cinnabar. HEX triplet: E7, 42 and 21. RGB value is (231,66,33). Sum of RGB (Red+Green+Blue) = 231+66+33=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E74221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E74221 is #18BDDE. Grayscale: #6F6F6F. Windows color (decimal): -1621471 or 2179815. OLE color: 2179815.

HSL color Cylindrical-coordinate representation of color #E74221: hue angle of 10º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E74221 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 66 33 -
CMYK 0 0.71 0.86 0.09
HSL 10º 0.8% 0.52% -
HSV(B) 10º 0.86% 0.91% -
XYZ 35.18 21 3.64 -
YUV 111.57 83.66 213.18 -
System Red Green Blue C M Y K H S L
Decimal 231 66 33 0 0.71 0.86 0.09 10 0.8 0.52
Hex E7 42 21 0 47 56 9 A 50 34
Octal 347 102 41 0 107 126 11 12 120 64
Binary 11100111 1000010 100001 0 1000111 1010110 1001 1010 1010000 110100

Color Harmonies of #E74221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74221

Black with #E74221

Text Example


Text Example

White with #E74221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74221; }

 p { color: rgb(231,66,33); }

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

background-color css

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

 a { background-color: rgb(231,66,33); }

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

border-color css

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

 span { border-color: rgb(231,66,33); }

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