Html Css Color HEX #E13C1E Cinnabar

📋 copy color: '#E13C1E'

red 225 ◦ green 60 ◦ blue 30

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

Shades of Cinnabar #E13C1E

Tints of Cinnabar #E13C1E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 71.43%
G = 19.05%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E13C1E (or 0xE13C1E) is known color: Cinnabar. HEX triplet: E1, 3C and 1E. RGB value is (225,60,30). Sum of RGB (Red+Green+Blue) = 225+60+30=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13C1E is #1EC3E1. Grayscale: #6A6A6A. Windows color (decimal): -2016226 or 1981665. OLE color: 1981665.

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

Color convert

RGB 225 60 30 -
CMYK 0 0.73 0.87 0.12
HSL 9.23º 0.76% 0.5% -
HSV(B) 9.23º 0.87% 0.88% -
XYZ 32.9 19.33 3.23 -
YUV 105.92 85.16 212.94 -
System Red Green Blue C M Y K H S L
Decimal 225 60 30 0 0.73 0.87 0.12 9.23 0.76 0.5
Hex E1 3C 1E 0 49 57 C 9 4C 32
Octal 341 74 36 0 111 127 14 11 114 62
Binary 11100001 111100 11110 0 1001001 1010111 1100 1001 1001100 110010

Color Harmonies of #E13C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13C1E

Black with #E13C1E

Text Example


Text Example

White with #E13C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13C1E; }

 p { color: rgb(225,60,30); }

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

background-color css

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

 a { background-color: rgb(225,60,30); }

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

border-color css

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

 span { border-color: rgb(225,60,30); }

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