Html Css Color HEX #E1443B Cinnabar

📋 copy color: '#E1443B'

red 225 ◦ green 68 ◦ blue 59

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

Shades of Cinnabar #E1443B

Tints of Cinnabar #E1443B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.32%

 BLUE value IS 59 (23.44% from 255) = 16.76%

R = 63.92%
G = 19.32%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1443B (or 0xE1443B) is known color: Cinnabar. HEX triplet: E1, 44 and 3B. RGB value is (225,68,59). Sum of RGB (Red+Green+Blue) = 225+68+59=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1443B is #1EBBC4. Grayscale: #727272. Windows color (decimal): -2014149 or 3884257. OLE color: 3884257.

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

Color convert

RGB 225 68 59 -
CMYK 0 0.70 0.74 0.12
HSL 3.25º 0.73% 0.56% -
HSV(B) 3.25º 0.74% 0.88% -
XYZ 33.91 20.46 6.3 -
YUV 113.92 97.01 207.23 -
System Red Green Blue C M Y K H S L
Decimal 225 68 59 0 0.70 0.74 0.12 3.25 0.73 0.56
Hex E1 44 3B 0 46 4A C 3 49 38
Octal 341 104 73 0 106 112 14 3 111 70
Binary 11100001 1000100 111011 0 1000110 1001010 1100 11 1001001 111000

Color Harmonies of #E1443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1443B

Black with #E1443B

Text Example


Text Example

White with #E1443B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1443B; }

 p { color: rgb(225,68,59); }

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

background-color css

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

 a { background-color: rgb(225,68,59); }

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

border-color css

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

 span { border-color: rgb(225,68,59); }

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