Html Css Color HEX #E13423 Cinnabar

📋 copy color: '#E13423'

red 225 ◦ green 52 ◦ blue 35

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

Shades of Cinnabar #E13423

Tints of Cinnabar #E13423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

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

R = 72.12%
G = 16.67%
B = 11.22%

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

#E13423 (or 0xE13423) is known color: Cinnabar. HEX triplet: E1, 34 and 23. RGB value is (225,52,35). Sum of RGB (Red+Green+Blue) = 225+52+35=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E13423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13423 is #1ECBDC. Grayscale: #666666. Windows color (decimal): -2018269 or 2307297. OLE color: 2307297.

HSL color Cylindrical-coordinate representation of color #E13423: hue angle of 5.37º 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 #E13423 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 52 35 -
CMYK 0 0.77 0.84 0.12
HSL 5.37º 0.76% 0.51% -
HSV(B) 5.37º 0.84% 0.88% -
XYZ 32.58 18.58 3.46 -
YUV 101.79 90.31 215.88 -
System Red Green Blue C M Y K H S L
Decimal 225 52 35 0 0.77 0.84 0.12 5.37 0.76 0.51
Hex E1 34 23 0 4D 54 C 5 4C 33
Octal 341 64 43 0 115 124 14 5 114 63
Binary 11100001 110100 100011 0 1001101 1010100 1100 101 1001100 110011

Color Harmonies of #E13423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13423

Black with #E13423

Text Example


Text Example

White with #E13423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13423; }

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

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

background-color css

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

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

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

border-color css

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

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

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