Html Css Color HEX #E13F28 Cinnabar

📋 copy color: '#E13F28'

red 225 ◦ green 63 ◦ blue 40

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

Shades of Cinnabar #E13F28

Tints of Cinnabar #E13F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.2%

R = 68.6%
G = 19.21%
B = 12.2%

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

#E13F28 (or 0xE13F28) is known color: Cinnabar. HEX triplet: E1, 3F and 28. RGB value is (225,63,40). Sum of RGB (Red+Green+Blue) = 225+63+40=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13F28 is #1EC0D7. Grayscale: #6D6D6D. Windows color (decimal): -2015448 or 2637793. OLE color: 2637793.

HSL color Cylindrical-coordinate representation of color #E13F28: hue angle of 7.46º degrees, saturation: 0.76, 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 #E13F28 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 63 40 -
CMYK 0 0.72 0.82 0.12
HSL 7.46º 0.76% 0.52% -
HSV(B) 7.46º 0.82% 0.88% -
XYZ 33.21 19.72 4.06 -
YUV 108.82 89.17 210.87 -
System Red Green Blue C M Y K H S L
Decimal 225 63 40 0 0.72 0.82 0.12 7.46 0.76 0.52
Hex E1 3F 28 0 48 52 C 7 4C 34
Octal 341 77 50 0 110 122 14 7 114 64
Binary 11100001 111111 101000 0 1001000 1010010 1100 111 1001100 110100

Color Harmonies of #E13F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13F28

Black with #E13F28

Text Example


Text Example

White with #E13F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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