Html Css Color HEX #E2452B Cinnabar

📋 copy color: '#E2452B'

red 226 ◦ green 69 ◦ blue 43

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

Shades of Cinnabar #E2452B

Tints of Cinnabar #E2452B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

 BLUE value IS 43 (17.19% from 255) = 12.72%

R = 66.86%
G = 20.41%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2452B (or 0xE2452B) is known color: Cinnabar. HEX triplet: E2, 45 and 2B. RGB value is (226,69,43). Sum of RGB (Red+Green+Blue) = 226+69+43=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E2452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2452B is #1DBAD4. Grayscale: #717171. Windows color (decimal): -1948373 or 2835938. OLE color: 2835938.

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

Color convert

RGB 226 69 43 -
CMYK 0 0.69 0.81 0.11
HSL 8.52º 0.76% 0.53% -
HSV(B) 8.52º 0.81% 0.89% -
XYZ 33.93 20.6 4.47 -
YUV 112.98 88.51 208.61 -
System Red Green Blue C M Y K H S L
Decimal 226 69 43 0 0.69 0.81 0.11 8.52 0.76 0.53
Hex E2 45 2B 0 45 51 B 9 4C 35
Octal 342 105 53 0 105 121 13 11 114 65
Binary 11100010 1000101 101011 0 1000101 1010001 1011 1001 1001100 110101

Color Harmonies of #E2452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2452B

Black with #E2452B

Text Example


Text Example

White with #E2452B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2452B; }

 p { color: rgb(226,69,43); }

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

background-color css

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

 a { background-color: rgb(226,69,43); }

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

border-color css

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

 span { border-color: rgb(226,69,43); }

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