Html Css Color HEX #E14338 Cinnabar

📋 copy color: '#E14338'

red 225 ◦ green 67 ◦ blue 56

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

Shades of Cinnabar #E14338

Tints of Cinnabar #E14338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.09%

R = 64.66%
G = 19.25%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E14338 (or 0xE14338) is known color: Cinnabar. HEX triplet: E1, 43 and 38. RGB value is (225,67,56). Sum of RGB (Red+Green+Blue) = 225+67+56=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E14338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14338 is #1EBCC7. Grayscale: #717171. Windows color (decimal): -2014408 or 3687393. OLE color: 3687393.

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

Color convert

RGB 225 67 56 -
CMYK 0 0.70 0.75 0.12
HSL 3.91º 0.74% 0.55% -
HSV(B) 3.91º 0.75% 0.88% -
XYZ 33.77 20.31 5.88 -
YUV 112.99 95.85 207.89 -
System Red Green Blue C M Y K H S L
Decimal 225 67 56 0 0.70 0.75 0.12 3.91 0.74 0.55
Hex E1 43 38 0 46 4B C 4 4A 37
Octal 341 103 70 0 106 113 14 4 112 67
Binary 11100001 1000011 111000 0 1000110 1001011 1100 100 1001010 110111

Color Harmonies of #E14338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14338

Black with #E14338

Text Example


Text Example

White with #E14338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14338; }

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

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

background-color css

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

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

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

border-color css

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

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

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