Html Css Color HEX #E1483A Cinnabar

📋 copy color: '#E1483A'

red 225 ◦ green 72 ◦ blue 58

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

Shades of Cinnabar #E1483A

Tints of Cinnabar #E1483A

RGB

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

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

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

R = 63.38%
G = 20.28%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1483A (or 0xE1483A) is known color: Cinnabar. HEX triplet: E1, 48 and 3A. RGB value is (225,72,58). Sum of RGB (Red+Green+Blue) = 225+72+58=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E1483A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1483A is #1EB7C5. Grayscale: #747474. Windows color (decimal): -2013126 or 3819745. OLE color: 3819745.

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

Color convert

RGB 225 72 58 -
CMYK 0 0.68 0.74 0.12
HSL 5.03º 0.74% 0.55% -
HSV(B) 5.03º 0.74% 0.88% -
XYZ 34.13 20.95 6.25 -
YUV 116.15 95.19 205.64 -
System Red Green Blue C M Y K H S L
Decimal 225 72 58 0 0.68 0.74 0.12 5.03 0.74 0.55
Hex E1 48 3A 0 44 4A C 5 4A 37
Octal 341 110 72 0 104 112 14 5 112 67
Binary 11100001 1001000 111010 0 1000100 1001010 1100 101 1001010 110111

Color Harmonies of #E1483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1483A

Black with #E1483A

Text Example


Text Example

White with #E1483A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1483A; }

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

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

background-color css

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

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

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

border-color css

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

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

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