Html Css Color HEX #E4352D Cinnabar

📋 copy color: '#E4352D'

red 228 ◦ green 53 ◦ blue 45

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

Shades of Cinnabar #E4352D

Tints of Cinnabar #E4352D

RGB

 RED value IS 228 (89.45% from 255) = 69.94%

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

 BLUE value IS 45 (17.97% from 255) = 13.8%

R = 69.94%
G = 16.26%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E4352D (or 0xE4352D) is known color: Cinnabar. HEX triplet: E4, 35 and 2D. RGB value is (228,53,45). Sum of RGB (Red+Green+Blue) = 228+53+45=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E4352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4352D is #1BCAD2. Grayscale: #686868. Windows color (decimal): -1821395 or 2962916. OLE color: 2962916.

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

Color convert

RGB 228 53 45 -
CMYK 0 0.77 0.80 0.11
HSL 2.62º 0.77% 0.54% -
HSV(B) 2.62º 0.8% 0.89% -
XYZ 33.74 19.23 4.42 -
YUV 104.41 94.48 216.15 -
System Red Green Blue C M Y K H S L
Decimal 228 53 45 0 0.77 0.80 0.11 2.62 0.77 0.54
Hex E4 35 2D 0 4D 50 B 3 4D 36
Octal 344 65 55 0 115 120 13 3 115 66
Binary 11100100 110101 101101 0 1001101 1010000 1011 11 1001101 110110

Color Harmonies of #E4352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4352D

Black with #E4352D

Text Example


Text Example

White with #E4352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4352D; }

 p { color: rgb(228,53,45); }

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

background-color css

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

 a { background-color: rgb(228,53,45); }

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

border-color css

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

 span { border-color: rgb(228,53,45); }

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