Html Css Color HEX #E32F27 Cinnabar

📋 copy color: '#E32F27'

red 227 ◦ green 47 ◦ blue 39

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

Shades of Cinnabar #E32F27

Tints of Cinnabar #E32F27

RGB

 RED value IS 227 (89.06% from 255) = 72.52%

 GREEN value IS 47 (18.75% from 255) = 15.02%

 BLUE value IS 39 (15.63% from 255) = 12.46%

R = 72.52%
G = 15.02%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E32F27 (or 0xE32F27) is known color: Cinnabar. HEX triplet: E3, 2F and 27. RGB value is (227,47,39). Sum of RGB (Red+Green+Blue) = 227+47+39=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32F27 is #1CD0D8. Grayscale: #646464. Windows color (decimal): -1888473 or 2568163. OLE color: 2568163.

HSL color Cylindrical-coordinate representation of color #E32F27: hue angle of 2.55º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E32F27 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 47 39 -
CMYK 0 0.79 0.83 0.11
HSL 2.55º 0.77% 0.52% -
HSV(B) 2.55º 0.83% 0.89% -
XYZ 33.06 18.51 3.75 -
YUV 99.91 93.63 218.65 -
System Red Green Blue C M Y K H S L
Decimal 227 47 39 0 0.79 0.83 0.11 2.55 0.77 0.52
Hex E3 2F 27 0 4F 53 B 3 4D 34
Octal 343 57 47 0 117 123 13 3 115 64
Binary 11100011 101111 100111 0 1001111 1010011 1011 11 1001101 110100

Color Harmonies of #E32F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32F27

Black with #E32F27

Text Example


Text Example

White with #E32F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32F27; }

 p { color: rgb(227,47,39); }

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

background-color css

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

 a { background-color: rgb(227,47,39); }

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

border-color css

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

 span { border-color: rgb(227,47,39); }

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