Html Css Color HEX #E2352D Cinnabar

📋 copy color: '#E2352D'

red 226 ◦ green 53 ◦ blue 45

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

Shades of Cinnabar #E2352D

Tints of Cinnabar #E2352D

RGB

 RED value IS 226 (88.67% from 255) = 69.75%

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

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

R = 69.75%
G = 16.36%
B = 13.89%

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

#E2352D (or 0xE2352D) is known color: Cinnabar. HEX triplet: E2, 35 and 2D. RGB value is (226,53,45). Sum of RGB (Red+Green+Blue) = 226+53+45=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E2352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2352D is #1DCAD2. Grayscale: #686868. Windows color (decimal): -1952467 or 2962914. OLE color: 2962914.

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

Color convert

RGB 226 53 45 -
CMYK 0 0.77 0.80 0.11
HSL 2.65º 0.76% 0.53% -
HSV(B) 2.65º 0.8% 0.89% -
XYZ 33.11 18.9 4.39 -
YUV 103.82 94.81 215.15 -
System Red Green Blue C M Y K H S L
Decimal 226 53 45 0 0.77 0.80 0.11 2.65 0.76 0.53
Hex E2 35 2D 0 4D 50 B 3 4C 35
Octal 342 65 55 0 115 120 13 3 114 65
Binary 11100010 110101 101101 0 1001101 1010000 1011 11 1001100 110101

Color Harmonies of #E2352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2352D

Black with #E2352D

Text Example


Text Example

White with #E2352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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