Html Css Color HEX #E13F27 Cinnabar

📋 copy color: '#E13F27'

red 225 ◦ green 63 ◦ blue 39

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

Shades of Cinnabar #E13F27

Tints of Cinnabar #E13F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.93%

R = 68.81%
G = 19.27%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E13F27 (or 0xE13F27) is known color: Cinnabar. HEX triplet: E1, 3F and 27. RGB value is (225,63,39). Sum of RGB (Red+Green+Blue) = 225+63+39=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13F27 is #1EC0D8. Grayscale: #6C6C6C. Windows color (decimal): -2015449 or 2572257. OLE color: 2572257.

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

Color convert

RGB 225 63 39 -
CMYK 0 0.72 0.83 0.12
HSL 7.74º 0.76% 0.52% -
HSV(B) 7.74º 0.83% 0.88% -
XYZ 33.2 19.71 3.97 -
YUV 108.7 88.67 210.95 -
System Red Green Blue C M Y K H S L
Decimal 225 63 39 0 0.72 0.83 0.12 7.74 0.76 0.52
Hex E1 3F 27 0 48 53 C 8 4C 34
Octal 341 77 47 0 110 123 14 10 114 64
Binary 11100001 111111 100111 0 1001000 1010011 1100 1000 1001100 110100

Color Harmonies of #E13F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13F27

Black with #E13F27

Text Example


Text Example

White with #E13F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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