Html Css Color HEX #E13635 Cinnabar

📋 copy color: '#E13635'

red 225 ◦ green 54 ◦ blue 53

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

Shades of Cinnabar #E13635

Tints of Cinnabar #E13635

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.27%

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

R = 67.77%
G = 16.27%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E13635 (or 0xE13635) is known color: Cinnabar. HEX triplet: E1, 36 and 35. RGB value is (225,54,53). Sum of RGB (Red+Green+Blue) = 225+54+53=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E13635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13635 is #1EC9CA. Grayscale: #696969. Windows color (decimal): -2017739 or 3487457. OLE color: 3487457.

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

Color convert

RGB 225 54 53 -
CMYK 0 0.76 0.76 0.12
HSL 0.35º 0.74% 0.55% -
HSV(B) 0.35º 0.76% 0.88% -
XYZ 33.01 18.9 5.28 -
YUV 105.02 98.65 213.58 -
System Red Green Blue C M Y K H S L
Decimal 225 54 53 0 0.76 0.76 0.12 0.35 0.74 0.55
Hex E1 36 35 0 4C 4C C 0 4A 37
Octal 341 66 65 0 114 114 14 0 112 67
Binary 11100001 110110 110101 0 1001100 1001100 1100 0 1001010 110111

Color Harmonies of #E13635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13635

Black with #E13635

Text Example


Text Example

White with #E13635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13635; }

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

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

background-color css

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

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

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

border-color css

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

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

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