Html Css Color HEX #E14343 Cinnabar

📋 copy color: '#E14343'

red 225 ◦ green 67 ◦ blue 67

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

Shades of Cinnabar #E14343

Tints of Cinnabar #E14343

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.66%

 BLUE value IS 67 (26.56% from 255) = 18.66%

R = 62.67%
G = 18.66%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E14343 (or 0xE14343) is known color: Cinnabar. HEX triplet: E1, 43 and 43. RGB value is (225,67,67). Sum of RGB (Red+Green+Blue) = 225+67+67=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E14343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14343 is #1EBCBC. Grayscale: #727272. Windows color (decimal): -2014397 or 4408289. OLE color: 4408289.

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

Color convert

RGB 225 67 67 -
CMYK 0 0.70 0.70 0.12
HSL 0.72% 0.57% -
HSV(B) 0.7% 0.88% -
XYZ 34.07 20.43 7.46 -
YUV 114.24 101.35 207 -
System Red Green Blue C M Y K H S L
Decimal 225 67 67 0 0.70 0.70 0.12 0 0.72 0.57
Hex E1 43 43 0 46 46 C 0 48 39
Octal 341 103 103 0 106 106 14 0 110 71
Binary 11100001 1000011 1000011 0 1000110 1000110 1100 0 1001000 111001

Color Harmonies of #E14343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14343

Black with #E14343

Text Example


Text Example

White with #E14343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14343; }

 p { color: rgb(225,67,67); }

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

background-color css

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

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

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

border-color css

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

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

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