Html Css Color HEX #E13B2A Cinnabar

📋 copy color: '#E13B2A'

red 225 ◦ green 59 ◦ blue 42

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

Shades of Cinnabar #E13B2A

Tints of Cinnabar #E13B2A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.1%

 BLUE value IS 42 (16.8% from 255) = 12.88%

R = 69.02%
G = 18.1%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E13B2A (or 0xE13B2A) is known color: Cinnabar. HEX triplet: E1, 3B and 2A. RGB value is (225,59,42). Sum of RGB (Red+Green+Blue) = 225+59+42=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13B2A is #1EC4D5. Grayscale: #6A6A6A. Windows color (decimal): -2016470 or 2767841. OLE color: 2767841.

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

Color convert

RGB 225 59 42 -
CMYK 0 0.74 0.81 0.12
HSL 5.57º 0.75% 0.52% -
HSV(B) 5.57º 0.81% 0.88% -
XYZ 33.03 19.3 4.18 -
YUV 106.7 91.5 212.38 -
System Red Green Blue C M Y K H S L
Decimal 225 59 42 0 0.74 0.81 0.12 5.57 0.75 0.52
Hex E1 3B 2A 0 4A 51 C 6 4B 34
Octal 341 73 52 0 112 121 14 6 113 64
Binary 11100001 111011 101010 0 1001010 1010001 1100 110 1001011 110100

Color Harmonies of #E13B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13B2A

Black with #E13B2A

Text Example


Text Example

White with #E13B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13B2A; }

 p { color: rgb(225,59,42); }

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

background-color css

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

 a { background-color: rgb(225,59,42); }

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

border-color css

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

 span { border-color: rgb(225,59,42); }

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