Html Css Color HEX #E13425 Cinnabar

📋 copy color: '#E13425'

red 225 ◦ green 52 ◦ blue 37

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

Shades of Cinnabar #E13425

Tints of Cinnabar #E13425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.78%

R = 71.66%
G = 16.56%
B = 11.78%

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

#E13425 (or 0xE13425) is known color: Cinnabar. HEX triplet: E1, 34 and 25. RGB value is (225,52,37). Sum of RGB (Red+Green+Blue) = 225+52+37=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E13425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13425 is #1ECBDA. Grayscale: #666666. Windows color (decimal): -2018267 or 2438369. OLE color: 2438369.

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

Color convert

RGB 225 52 37 -
CMYK 0 0.77 0.84 0.12
HSL 4.79º 0.76% 0.51% -
HSV(B) 4.79º 0.84% 0.88% -
XYZ 32.61 18.6 3.62 -
YUV 102.02 91.31 215.72 -
System Red Green Blue C M Y K H S L
Decimal 225 52 37 0 0.77 0.84 0.12 4.79 0.76 0.51
Hex E1 34 25 0 4D 54 C 5 4C 33
Octal 341 64 45 0 115 124 14 5 114 63
Binary 11100001 110100 100101 0 1001101 1010100 1100 101 1001100 110011

Color Harmonies of #E13425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13425

Black with #E13425

Text Example


Text Example

White with #E13425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13425; }

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

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

background-color css

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

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

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

border-color css

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

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

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