Html Css Color HEX #E33A2F Cinnabar

📋 copy color: '#E33A2F'

red 227 ◦ green 58 ◦ blue 47

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

Shades of Cinnabar #E33A2F

Tints of Cinnabar #E33A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.47%

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 68.37%
G = 17.47%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E33A2F (or 0xE33A2F) is known color: Cinnabar. HEX triplet: E3, 3A and 2F. RGB value is (227,58,47). Sum of RGB (Red+Green+Blue) = 227+58+47=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E33A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33A2F is #1CC5D0. Grayscale: #6B6B6B. Windows color (decimal): -1885649 or 3095267. OLE color: 3095267.

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

Color convert

RGB 227 58 47 -
CMYK 0 0.74 0.79 0.11
HSL 3.67º 0.76% 0.54% -
HSV(B) 3.67º 0.79% 0.89% -
XYZ 33.7 19.56 4.69 -
YUV 107.28 93.99 213.39 -
System Red Green Blue C M Y K H S L
Decimal 227 58 47 0 0.74 0.79 0.11 3.67 0.76 0.54
Hex E3 3A 2F 0 4A 4F B 4 4C 36
Octal 343 72 57 0 112 117 13 4 114 66
Binary 11100011 111010 101111 0 1001010 1001111 1011 100 1001100 110110

Color Harmonies of #E33A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33A2F

Black with #E33A2F

Text Example


Text Example

White with #E33A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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