Html Css Color HEX #E13628 Cinnabar

📋 copy color: '#E13628'

red 225 ◦ green 54 ◦ blue 40

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

Shades of Cinnabar #E13628

Tints of Cinnabar #E13628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.93%

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 70.53%
G = 16.93%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E13628 (or 0xE13628) is known color: Cinnabar. HEX triplet: E1, 36 and 28. RGB value is (225,54,40). Sum of RGB (Red+Green+Blue) = 225+54+40=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E13628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13628 is #1EC9D7. Grayscale: #676767. Windows color (decimal): -2017752 or 2635489. OLE color: 2635489.

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

Color convert

RGB 225 54 40 -
CMYK 0 0.76 0.82 0.12
HSL 4.54º 0.76% 0.52% -
HSV(B) 4.54º 0.82% 0.88% -
XYZ 32.75 18.8 3.91 -
YUV 103.53 92.15 214.64 -
System Red Green Blue C M Y K H S L
Decimal 225 54 40 0 0.76 0.82 0.12 4.54 0.76 0.52
Hex E1 36 28 0 4C 52 C 5 4C 34
Octal 341 66 50 0 114 122 14 5 114 64
Binary 11100001 110110 101000 0 1001100 1010010 1100 101 1001100 110100

Color Harmonies of #E13628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13628

Black with #E13628

Text Example


Text Example

White with #E13628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13628; }

 p { color: rgb(225,54,40); }

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

background-color css

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

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

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

border-color css

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

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

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