Html Css Color HEX #E13430 Cinnabar

📋 copy color: '#E13430'

red 225 ◦ green 52 ◦ blue 48

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

Shades of Cinnabar #E13430

Tints of Cinnabar #E13430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.77%

R = 69.23%
G = 16%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E13430 (or 0xE13430) is known color: Cinnabar. HEX triplet: E1, 34 and 30. RGB value is (225,52,48). Sum of RGB (Red+Green+Blue) = 225+52+48=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E13430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13430 is #1ECBCF. Grayscale: #676767. Windows color (decimal): -2018256 or 3159265. OLE color: 3159265.

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

Color convert

RGB 225 52 48 -
CMYK 0 0.77 0.79 0.12
HSL 1.36º 0.75% 0.54% -
HSV(B) 1.36º 0.79% 0.88% -
XYZ 32.81 18.68 4.67 -
YUV 103.27 96.81 214.83 -
System Red Green Blue C M Y K H S L
Decimal 225 52 48 0 0.77 0.79 0.12 1.36 0.75 0.54
Hex E1 34 30 0 4D 4F C 1 4B 36
Octal 341 64 60 0 115 117 14 1 113 66
Binary 11100001 110100 110000 0 1001101 1001111 1100 1 1001011 110110

Color Harmonies of #E13430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13430

Black with #E13430

Text Example


Text Example

White with #E13430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13430; }

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

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

background-color css

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

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

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

border-color css

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

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

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