Html Css Color HEX #E13F21 Cinnabar

📋 copy color: '#E13F21'

red 225 ◦ green 63 ◦ blue 33

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

Shades of Cinnabar #E13F21

Tints of Cinnabar #E13F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.28%

R = 70.09%
G = 19.63%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E13F21 (or 0xE13F21) is known color: Cinnabar. HEX triplet: E1, 3F and 21. RGB value is (225,63,33). Sum of RGB (Red+Green+Blue) = 225+63+33=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13F21 is #1EC0DE. Grayscale: #6C6C6C. Windows color (decimal): -2015455 or 2179041. OLE color: 2179041.

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

Color convert

RGB 225 63 33 -
CMYK 0 0.72 0.85 0.12
HSL 9.38º 0.76% 0.51% -
HSV(B) 9.38º 0.85% 0.88% -
XYZ 33.1 19.67 3.49 -
YUV 108.02 85.67 211.44 -
System Red Green Blue C M Y K H S L
Decimal 225 63 33 0 0.72 0.85 0.12 9.38 0.76 0.51
Hex E1 3F 21 0 48 55 C 9 4C 33
Octal 341 77 41 0 110 125 14 11 114 63
Binary 11100001 111111 100001 0 1001000 1010101 1100 1001 1001100 110011

Color Harmonies of #E13F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13F21

Black with #E13F21

Text Example


Text Example

White with #E13F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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