Html Css Color HEX #E13A2D Cinnabar

📋 copy color: '#E13A2D'

red 225 ◦ green 58 ◦ blue 45

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

Shades of Cinnabar #E13A2D

Tints of Cinnabar #E13A2D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.68%

 BLUE value IS 45 (17.97% from 255) = 13.72%

R = 68.6%
G = 17.68%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.8

 K value IS 0.12

RGB Variations

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

Color information

#E13A2D (or 0xE13A2D) is known color: Cinnabar. HEX triplet: E1, 3A and 2D. RGB value is (225,58,45). Sum of RGB (Red+Green+Blue) = 225+58+45=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13A2D is #1EC5D2. Grayscale: #6A6A6A. Windows color (decimal): -2016723 or 2964193. OLE color: 2964193.

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

Color convert

RGB 225 58 45 -
CMYK 0 0.74 0.8 0.12
HSL 4.33º 0.75% 0.53% -
HSV(B) 4.33º 0.8% 0.88% -
XYZ 33.04 19.22 4.45 -
YUV 106.45 93.33 212.56 -
System Red Green Blue C M Y K H S L
Decimal 225 58 45 0 0.74 0.8 0.12 4.33 0.75 0.53
Hex E1 3A 2D 0 4A 50 C 4 4B 35
Octal 341 72 55 0 112 120 14 4 113 65
Binary 11100001 111010 101101 0 1001010 1010000 1100 100 1001011 110101

Color Harmonies of #E13A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13A2D

Black with #E13A2D

Text Example


Text Example

White with #E13A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13A2D; }

 p { color: rgb(225,58,45); }

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

background-color css

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

 a { background-color: rgb(225,58,45); }

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

border-color css

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

 span { border-color: rgb(225,58,45); }

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