Html Css Color HEX #E3351C Cinnabar

📋 copy color: '#E3351C'

red 227 ◦ green 53 ◦ blue 28

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

Shades of Cinnabar #E3351C

Tints of Cinnabar #E3351C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.21%

 BLUE value IS 28 (11.33% from 255) = 9.09%

R = 73.7%
G = 17.21%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E3351C (or 0xE3351C) is known color: Cinnabar. HEX triplet: E3, 35 and 1C. RGB value is (227,53,28). Sum of RGB (Red+Green+Blue) = 227+53+28=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E3351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3351C is #1CCAE3. Grayscale: #666666. Windows color (decimal): -1886948 or 1848803. OLE color: 1848803.

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

Color convert

RGB 227 53 28 -
CMYK 0 0.77 0.88 0.11
HSL 7.54º 0.78% 0.5% -
HSV(B) 7.54º 0.88% 0.89% -
XYZ 33.16 18.96 3.01 -
YUV 102.18 86.15 217.03 -
System Red Green Blue C M Y K H S L
Decimal 227 53 28 0 0.77 0.88 0.11 7.54 0.78 0.5
Hex E3 35 1C 0 4D 58 B 8 4E 32
Octal 343 65 34 0 115 130 13 10 116 62
Binary 11100011 110101 11100 0 1001101 1011000 1011 1000 1001110 110010

Color Harmonies of #E3351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3351C

Black with #E3351C

Text Example


Text Example

White with #E3351C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3351C; }

 p { color: rgb(227,53,28); }

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

background-color css

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

 a { background-color: rgb(227,53,28); }

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

border-color css

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

 span { border-color: rgb(227,53,28); }

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