Html Css Color HEX #E32F26 Cinnabar

📋 copy color: '#E32F26'

red 227 ◦ green 47 ◦ blue 38

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

Shades of Cinnabar #E32F26

Tints of Cinnabar #E32F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.18%

R = 72.76%
G = 15.06%
B = 12.18%

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

#E32F26 (or 0xE32F26) is known color: Cinnabar. HEX triplet: E3, 2F and 26. RGB value is (227,47,38). Sum of RGB (Red+Green+Blue) = 227+47+38=312 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.76% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 38 (15.23% from 255 or 12.18% from 312); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32F26 is #1CD0D9. Grayscale: #646464. Windows color (decimal): -1888474 or 2502627. OLE color: 2502627.

HSL color Cylindrical-coordinate representation of color #E32F26: hue angle of 2.86º 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 #E32F26 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 47 38 -
CMYK 0 0.79 0.83 0.11
HSL 2.86º 0.77% 0.52% -
HSV(B) 2.86º 0.83% 0.89% -
XYZ 33.04 18.5 3.66 -
YUV 99.79 93.13 218.73 -
System Red Green Blue C M Y K H S L
Decimal 227 47 38 0 0.79 0.83 0.11 2.86 0.77 0.52
Hex E3 2F 26 0 4F 53 B 3 4D 34
Octal 343 57 46 0 117 123 13 3 115 64
Binary 11100011 101111 100110 0 1001111 1010011 1011 11 1001101 110100

Color Harmonies of #E32F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32F26

Black with #E32F26

Text Example


Text Example

White with #E32F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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