Html Css Color HEX #E13323 Cinnabar

📋 copy color: '#E13323'

red 225 ◦ green 51 ◦ blue 35

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

Shades of Cinnabar #E13323

Tints of Cinnabar #E13323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.4%

 BLUE value IS 35 (14.06% from 255) = 11.25%

R = 72.35%
G = 16.4%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E13323 (or 0xE13323) is known color: Cinnabar. HEX triplet: E1, 33 and 23. RGB value is (225,51,35). Sum of RGB (Red+Green+Blue) = 225+51+35=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E13323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13323 is #1ECCDC. Grayscale: #656565. Windows color (decimal): -2018525 or 2307041. OLE color: 2307041.

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

Color convert

RGB 225 51 35 -
CMYK 0 0.77 0.84 0.12
HSL 5.05º 0.76% 0.51% -
HSV(B) 5.05º 0.84% 0.88% -
XYZ 32.54 18.5 3.45 -
YUV 101.2 90.65 216.3 -
System Red Green Blue C M Y K H S L
Decimal 225 51 35 0 0.77 0.84 0.12 5.05 0.76 0.51
Hex E1 33 23 0 4D 54 C 5 4C 33
Octal 341 63 43 0 115 124 14 5 114 63
Binary 11100001 110011 100011 0 1001101 1010100 1100 101 1001100 110011

Color Harmonies of #E13323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13323

Black with #E13323

Text Example


Text Example

White with #E13323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13323; }

 p { color: rgb(225,51,35); }

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

background-color css

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

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

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

border-color css

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

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

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