Html Css Color HEX #E14B3C Cinnabar

📋 copy color: '#E14B3C'

red 225 ◦ green 75 ◦ blue 60

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

Shades of Cinnabar #E14B3C

Tints of Cinnabar #E14B3C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.83%

 BLUE value IS 60 (23.83% from 255) = 16.67%

R = 62.5%
G = 20.83%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E14B3C (or 0xE14B3C) is known color: Cinnabar. HEX triplet: E1, 4B and 3C. RGB value is (225,75,60). Sum of RGB (Red+Green+Blue) = 225+75+60=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14B3C is #1EB4C3. Grayscale: #767676. Windows color (decimal): -2012356 or 3951585. OLE color: 3951585.

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

Color convert

RGB 225 75 60 -
CMYK 0 0.67 0.73 0.12
HSL 5.45º 0.73% 0.56% -
HSV(B) 5.45º 0.73% 0.88% -
XYZ 34.38 21.37 6.59 -
YUV 118.14 95.2 204.22 -
System Red Green Blue C M Y K H S L
Decimal 225 75 60 0 0.67 0.73 0.12 5.45 0.73 0.56
Hex E1 4B 3C 0 43 49 C 5 49 38
Octal 341 113 74 0 103 111 14 5 111 70
Binary 11100001 1001011 111100 0 1000011 1001001 1100 101 1001001 111000

Color Harmonies of #E14B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14B3C

Black with #E14B3C

Text Example


Text Example

White with #E14B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14B3C; }

 p { color: rgb(225,75,60); }

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

background-color css

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

 a { background-color: rgb(225,75,60); }

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

border-color css

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

 span { border-color: rgb(225,75,60); }

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