Html Css Color HEX #E4482A Cinnabar

📋 copy color: '#E4482A'

red 228 ◦ green 72 ◦ blue 42

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

Shades of Cinnabar #E4482A

Tints of Cinnabar #E4482A

RGB

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

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

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

R = 66.67%
G = 21.05%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4482A (or 0xE4482A) is known color: Cinnabar. HEX triplet: E4, 48 and 2A. RGB value is (228,72,42). Sum of RGB (Red+Green+Blue) = 228+72+42=342 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.67% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 228 - color contains mainly: red. Hex color #E4482A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4482A is #1BB7D5. Grayscale: #737373. Windows color (decimal): -1816534 or 2771172. OLE color: 2771172.

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

Color convert

RGB 228 72 42 -
CMYK 0 0.68 0.82 0.11
HSL 9.68º 0.78% 0.53% -
HSV(B) 9.68º 0.82% 0.89% -
XYZ 34.73 21.3 4.47 -
YUV 115.22 86.68 208.44 -
System Red Green Blue C M Y K H S L
Decimal 228 72 42 0 0.68 0.82 0.11 9.68 0.78 0.53
Hex E4 48 2A 0 44 52 B A 4E 35
Octal 344 110 52 0 104 122 13 12 116 65
Binary 11100100 1001000 101010 0 1000100 1010010 1011 1010 1001110 110101

Color Harmonies of #E4482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4482A

Black with #E4482A

Text Example


Text Example

White with #E4482A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4482A; }

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

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

background-color css

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

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

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

border-color css

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

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

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