Html Css Color HEX #E2482A Cinnabar

📋 copy color: '#E2482A'

red 226 ◦ green 72 ◦ blue 42

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

Shades of Cinnabar #E2482A

Tints of Cinnabar #E2482A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.18%

 BLUE value IS 42 (16.8% from 255) = 12.35%

R = 66.47%
G = 21.18%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2482A (or 0xE2482A) is known color: Cinnabar. HEX triplet: E2, 48 and 2A. RGB value is (226,72,42). Sum of RGB (Red+Green+Blue) = 226+72+42=340 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.47% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 226 - color contains mainly: red. Hex color #E2482A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2482A is #1DB7D5. Grayscale: #727272. Windows color (decimal): -1947606 or 2771170. OLE color: 2771170.

HSL color Cylindrical-coordinate representation of color #E2482A: hue angle of 9.78º 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 #E2482A is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 72 42 -
CMYK 0 0.68 0.81 0.11
HSL 9.78º 0.76% 0.53% -
HSV(B) 9.78º 0.81% 0.89% -
XYZ 34.1 20.97 4.44 -
YUV 114.63 87.02 207.44 -
System Red Green Blue C M Y K H S L
Decimal 226 72 42 0 0.68 0.81 0.11 9.78 0.76 0.53
Hex E2 48 2A 0 44 51 B A 4C 35
Octal 342 110 52 0 104 121 13 12 114 65
Binary 11100010 1001000 101010 0 1000100 1010001 1011 1010 1001100 110101

Color Harmonies of #E2482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2482A

Black with #E2482A

Text Example


Text Example

White with #E2482A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2482A; }

 p { color: rgb(226,72,42); }

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

background-color css

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

 a { background-color: rgb(226,72,42); }

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

border-color css

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

 span { border-color: rgb(226,72,42); }

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