Html Css Color HEX #E2483A Cinnabar

📋 copy color: '#E2483A'

red 226 ◦ green 72 ◦ blue 58

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

Shades of Cinnabar #E2483A

Tints of Cinnabar #E2483A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.29%

R = 63.48%
G = 20.22%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2483A (or 0xE2483A) is known color: Cinnabar. HEX triplet: E2, 48 and 3A. RGB value is (226,72,58). Sum of RGB (Red+Green+Blue) = 226+72+58=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2483A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2483A is #1DB7C5. Grayscale: #747474. Windows color (decimal): -1947590 or 3819746. OLE color: 3819746.

HSL color Cylindrical-coordinate representation of color #E2483A: hue angle of 5º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2483A is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 72 58 -
CMYK 0 0.68 0.74 0.11
HSL 0.74% 0.56% -
HSV(B) 0.74% 0.89% -
XYZ 34.45 21.11 6.26 -
YUV 116.45 95.02 206.14 -
System Red Green Blue C M Y K H S L
Decimal 226 72 58 0 0.68 0.74 0.11 5 0.74 0.56
Hex E2 48 3A 0 44 4A B 5 4A 38
Octal 342 110 72 0 104 112 13 5 112 70
Binary 11100010 1001000 111010 0 1000100 1001010 1011 101 1001010 111000

Color Harmonies of #E2483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2483A

Black with #E2483A

Text Example


Text Example

White with #E2483A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2483A; }

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

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

background-color css

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

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

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

border-color css

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

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

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