Html Css Color HEX #E14741 Cinnabar

📋 copy color: '#E14741'

red 225 ◦ green 71 ◦ blue 65

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

Shades of Cinnabar #E14741

Tints of Cinnabar #E14741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.67%

 BLUE value IS 65 (25.78% from 255) = 18.01%

R = 62.33%
G = 19.67%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E14741 (or 0xE14741) is known color: Cinnabar. HEX triplet: E1, 47 and 41. RGB value is (225,71,65). Sum of RGB (Red+Green+Blue) = 225+71+65=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E14741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14741 is #1EB8BE. Grayscale: #747474. Windows color (decimal): -2013375 or 4278241. OLE color: 4278241.

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

Color convert

RGB 225 71 65 -
CMYK 0 0.68 0.71 0.12
HSL 2.25º 0.73% 0.57% -
HSV(B) 2.25º 0.71% 0.88% -
XYZ 34.26 20.9 7.23 -
YUV 116.36 99.02 205.49 -
System Red Green Blue C M Y K H S L
Decimal 225 71 65 0 0.68 0.71 0.12 2.25 0.73 0.57
Hex E1 47 41 0 44 47 C 2 49 39
Octal 341 107 101 0 104 107 14 2 111 71
Binary 11100001 1000111 1000001 0 1000100 1000111 1100 10 1001001 111001

Color Harmonies of #E14741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14741

Black with #E14741

Text Example


Text Example

White with #E14741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14741; }

 p { color: rgb(225,71,65); }

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

background-color css

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

 a { background-color: rgb(225,71,65); }

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

border-color css

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

 span { border-color: rgb(225,71,65); }

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