Html Css Color HEX #E13B26 Cinnabar

📋 copy color: '#E13B26'

red 225 ◦ green 59 ◦ blue 38

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

Shades of Cinnabar #E13B26

Tints of Cinnabar #E13B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.8%

R = 69.88%
G = 18.32%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E13B26 (or 0xE13B26) is known color: Cinnabar. HEX triplet: E1, 3B and 26. RGB value is (225,59,38). Sum of RGB (Red+Green+Blue) = 225+59+38=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13B26 is #1EC4D9. Grayscale: #6A6A6A. Windows color (decimal): -2016474 or 2505697. OLE color: 2505697.

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

Color convert

RGB 225 59 38 -
CMYK 0 0.74 0.83 0.12
HSL 6.74º 0.76% 0.52% -
HSV(B) 6.74º 0.83% 0.88% -
XYZ 32.97 19.28 3.82 -
YUV 106.24 89.5 212.71 -
System Red Green Blue C M Y K H S L
Decimal 225 59 38 0 0.74 0.83 0.12 6.74 0.76 0.52
Hex E1 3B 26 0 4A 53 C 7 4C 34
Octal 341 73 46 0 112 123 14 7 114 64
Binary 11100001 111011 100110 0 1001010 1010011 1100 111 1001100 110100

Color Harmonies of #E13B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13B26

Black with #E13B26

Text Example


Text Example

White with #E13B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13B26; }

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

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

background-color css

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

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

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

border-color css

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

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

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