Html Css Color HEX #E13F29 Cinnabar

📋 copy color: '#E13F29'

red 225 ◦ green 63 ◦ blue 41

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

Shades of Cinnabar #E13F29

Tints of Cinnabar #E13F29

RGB

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

 GREEN value IS 63 (25% from 255) = 19.15%

 BLUE value IS 41 (16.41% from 255) = 12.46%

R = 68.39%
G = 19.15%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E13F29 (or 0xE13F29) is known color: Cinnabar. HEX triplet: E1, 3F and 29. RGB value is (225,63,41). Sum of RGB (Red+Green+Blue) = 225+63+41=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13F29 is #1EC0D6. Grayscale: #6D6D6D. Windows color (decimal): -2015447 or 2703329. OLE color: 2703329.

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

Color convert

RGB 225 63 41 -
CMYK 0 0.72 0.82 0.12
HSL 7.17º 0.75% 0.52% -
HSV(B) 7.17º 0.82% 0.88% -
XYZ 33.23 19.72 4.15 -
YUV 108.93 89.67 210.79 -
System Red Green Blue C M Y K H S L
Decimal 225 63 41 0 0.72 0.82 0.12 7.17 0.75 0.52
Hex E1 3F 29 0 48 52 C 7 4B 34
Octal 341 77 51 0 110 122 14 7 113 64
Binary 11100001 111111 101001 0 1001000 1010010 1100 111 1001011 110100

Color Harmonies of #E13F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13F29

Black with #E13F29

Text Example


Text Example

White with #E13F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13F29; }

 p { color: rgb(225,63,41); }

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

background-color css

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

 a { background-color: rgb(225,63,41); }

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

border-color css

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

 span { border-color: rgb(225,63,41); }

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