Html Css Color HEX #E0482B Cinnabar

📋 copy color: '#E0482B'

red 224 ◦ green 72 ◦ blue 43

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

Shades of Cinnabar #E0482B

Tints of Cinnabar #E0482B

RGB

 RED value IS 224 (87.89% from 255) = 66.08%

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

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

R = 66.08%
G = 21.24%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0482B (or 0xE0482B) is known color: Cinnabar. HEX triplet: E0, 48 and 2B. RGB value is (224,72,43). Sum of RGB (Red+Green+Blue) = 224+72+43=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E0482B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0482B is #1FB7D4. Grayscale: #727272. Windows color (decimal): -2078677 or 2836704. OLE color: 2836704.

HSL color Cylindrical-coordinate representation of color #E0482B: hue angle of 9.61º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0482B is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 72 43 -
CMYK 0 0.68 0.81 0.12
HSL 9.61º 0.74% 0.52% -
HSV(B) 9.61º 0.81% 0.88% -
XYZ 33.49 20.66 4.51 -
YUV 114.14 87.86 206.36 -
System Red Green Blue C M Y K H S L
Decimal 224 72 43 0 0.68 0.81 0.12 9.61 0.74 0.52
Hex E0 48 2B 0 44 51 C A 4A 34
Octal 340 110 53 0 104 121 14 12 112 64
Binary 11100000 1001000 101011 0 1000100 1010001 1100 1010 1001010 110100

Color Harmonies of #E0482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0482B

Black with #E0482B

Text Example


Text Example

White with #E0482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0482B; }

 p { color: rgb(224,72,43); }

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

background-color css

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

 a { background-color: rgb(224,72,43); }

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

border-color css

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

 span { border-color: rgb(224,72,43); }

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