Html Css Color HEX #E13935 Cinnabar

📋 copy color: '#E13935'

red 225 ◦ green 57 ◦ blue 53

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

Shades of Cinnabar #E13935

Tints of Cinnabar #E13935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.01%

 BLUE value IS 53 (21.09% from 255) = 15.82%

R = 67.16%
G = 17.01%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E13935 (or 0xE13935) is known color: Cinnabar. HEX triplet: E1, 39 and 35. RGB value is (225,57,53). Sum of RGB (Red+Green+Blue) = 225+57+53=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E13935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13935 is #1EC6CA. Grayscale: #6A6A6A. Windows color (decimal): -2016971 or 3488225. OLE color: 3488225.

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

Color convert

RGB 225 57 53 -
CMYK 0 0.75 0.76 0.12
HSL 1.4º 0.74% 0.55% -
HSV(B) 1.4º 0.76% 0.88% -
XYZ 33.16 19.19 5.32 -
YUV 106.78 97.66 212.33 -
System Red Green Blue C M Y K H S L
Decimal 225 57 53 0 0.75 0.76 0.12 1.4 0.74 0.55
Hex E1 39 35 0 4B 4C C 1 4A 37
Octal 341 71 65 0 113 114 14 1 112 67
Binary 11100001 111001 110101 0 1001011 1001100 1100 1 1001010 110111

Color Harmonies of #E13935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13935

Black with #E13935

Text Example


Text Example

White with #E13935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13935; }

 p { color: rgb(225,57,53); }

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

background-color css

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

 a { background-color: rgb(225,57,53); }

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

border-color css

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

 span { border-color: rgb(225,57,53); }

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