Html Css Color HEX #E33130 Cinnabar

📋 copy color: '#E33130'

red 227 ◦ green 49 ◦ blue 48

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

Shades of Cinnabar #E33130

Tints of Cinnabar #E33130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.12%

 BLUE value IS 48 (19.14% from 255) = 14.81%

R = 70.06%
G = 15.12%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E33130 (or 0xE33130) is known color: Cinnabar. HEX triplet: E3, 31 and 30. RGB value is (227,49,48). Sum of RGB (Red+Green+Blue) = 227+49+48=324 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.06% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 227 - color contains mainly: red. Hex color #E33130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33130 is #1CCECF. Grayscale: #666666. Windows color (decimal): -1887952 or 3158499. OLE color: 3158499.

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

Color convert

RGB 227 49 48 -
CMYK 0 0.78 0.79 0.11
HSL 0.34º 0.76% 0.54% -
HSV(B) 0.34º 0.79% 0.89% -
XYZ 33.31 18.74 4.66 -
YUV 102.11 97.47 217.08 -
System Red Green Blue C M Y K H S L
Decimal 227 49 48 0 0.78 0.79 0.11 0.34 0.76 0.54
Hex E3 31 30 0 4E 4F B 0 4C 36
Octal 343 61 60 0 116 117 13 0 114 66
Binary 11100011 110001 110000 0 1001110 1001111 1011 0 1001100 110110

Color Harmonies of #E33130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33130

Black with #E33130

Text Example


Text Example

White with #E33130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33130; }

 p { color: rgb(227,49,48); }

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

background-color css

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

 a { background-color: rgb(227,49,48); }

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

border-color css

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

 span { border-color: rgb(227,49,48); }

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