Html Css Color HEX #E13E3E Cinnabar

📋 copy color: '#E13E3E'

red 225 ◦ green 62 ◦ blue 62

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

Shades of Cinnabar #E13E3E

Tints of Cinnabar #E13E3E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.77%

 BLUE value IS 62 (24.61% from 255) = 17.77%

R = 64.47%
G = 17.77%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E13E3E (or 0xE13E3E) is known color: Cinnabar. HEX triplet: E1, 3E and 3E. RGB value is (225,62,62). Sum of RGB (Red+Green+Blue) = 225+62+62=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13E3E is #1EC1C1. Grayscale: #6E6E6E. Windows color (decimal): -2015682 or 4079329. OLE color: 4079329.

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

Color convert

RGB 225 62 62 -
CMYK 0 0.72 0.72 0.12
HSL 0.73% 0.56% -
HSV(B) 0.72% 0.88% -
XYZ 33.64 19.8 6.61 -
YUV 110.74 100.5 209.5 -
System Red Green Blue C M Y K H S L
Decimal 225 62 62 0 0.72 0.72 0.12 0 0.73 0.56
Hex E1 3E 3E 0 48 48 C 0 49 38
Octal 341 76 76 0 110 110 14 0 111 70
Binary 11100001 111110 111110 0 1001000 1001000 1100 0 1001001 111000

Color Harmonies of #E13E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13E3E

Black with #E13E3E

Text Example


Text Example

White with #E13E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13E3E; }

 p { color: rgb(225,62,62); }

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

background-color css

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

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

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

border-color css

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

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

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