Html Css Color HEX #E33A1E Cinnabar

📋 copy color: '#E33A1E'

red 227 ◦ green 58 ◦ blue 30

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

Shades of Cinnabar #E33A1E

Tints of Cinnabar #E33A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 72.06%
G = 18.41%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E33A1E (or 0xE33A1E) is known color: Cinnabar. HEX triplet: E3, 3A and 1E. RGB value is (227,58,30). Sum of RGB (Red+Green+Blue) = 227+58+30=315 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.06% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 227 - color contains mainly: red. Hex color #E33A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33A1E is #1CC5E1. Grayscale: #696969. Windows color (decimal): -1885666 or 1981155. OLE color: 1981155.

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

Color convert

RGB 227 58 30 -
CMYK 0 0.74 0.87 0.11
HSL 8.53º 0.78% 0.5% -
HSV(B) 8.53º 0.87% 0.89% -
XYZ 33.43 19.45 3.22 -
YUV 105.34 85.49 214.78 -
System Red Green Blue C M Y K H S L
Decimal 227 58 30 0 0.74 0.87 0.11 8.53 0.78 0.5
Hex E3 3A 1E 0 4A 57 B 9 4E 32
Octal 343 72 36 0 112 127 13 11 116 62
Binary 11100011 111010 11110 0 1001010 1010111 1011 1001 1001110 110010

Color Harmonies of #E33A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33A1E

Black with #E33A1E

Text Example


Text Example

White with #E33A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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