Html Css Color HEX #E1483E Cinnabar

📋 copy color: '#E1483E'

red 225 ◦ green 72 ◦ blue 62

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

Shades of Cinnabar #E1483E

Tints of Cinnabar #E1483E

RGB

 RED value IS 225 (88.28% from 255) = 62.67%

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

 BLUE value IS 62 (24.61% from 255) = 17.27%

R = 62.67%
G = 20.06%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1483E (or 0xE1483E) is known color: Cinnabar. HEX triplet: E1, 48 and 3E. RGB value is (225,72,62). Sum of RGB (Red+Green+Blue) = 225+72+62=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E1483E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1483E is #1EB7C1. Grayscale: #747474. Windows color (decimal): -2013122 or 4081889. OLE color: 4081889.

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

Color convert

RGB 225 72 62 -
CMYK 0 0.68 0.72 0.12
HSL 3.68º 0.73% 0.56% -
HSV(B) 3.68º 0.72% 0.88% -
XYZ 34.24 20.99 6.8 -
YUV 116.61 97.19 205.31 -
System Red Green Blue C M Y K H S L
Decimal 225 72 62 0 0.68 0.72 0.12 3.68 0.73 0.56
Hex E1 48 3E 0 44 48 C 4 49 38
Octal 341 110 76 0 104 110 14 4 111 70
Binary 11100001 1001000 111110 0 1000100 1001000 1100 100 1001001 111000

Color Harmonies of #E1483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1483E

Black with #E1483E

Text Example


Text Example

White with #E1483E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1483E; }

 p { color: rgb(225,72,62); }

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

background-color css

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

 a { background-color: rgb(225,72,62); }

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

border-color css

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

 span { border-color: rgb(225,72,62); }

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