Html Css Color HEX #E3413D Cinnabar

📋 copy color: '#E3413D'

red 227 ◦ green 65 ◦ blue 61

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

Shades of Cinnabar #E3413D

Tints of Cinnabar #E3413D

RGB

 RED value IS 227 (89.06% from 255) = 64.31%

 GREEN value IS 65 (25.78% from 255) = 18.41%

 BLUE value IS 61 (24.22% from 255) = 17.28%

R = 64.31%
G = 18.41%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E3413D (or 0xE3413D) is known color: Cinnabar. HEX triplet: E3, 41 and 3D. RGB value is (227,65,61). Sum of RGB (Red+Green+Blue) = 227+65+61=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E3413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3413D is #1CBEC2. Grayscale: #717171. Windows color (decimal): -1883843 or 4014563. OLE color: 4014563.

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

Color convert

RGB 227 65 61 -
CMYK 0 0.71 0.73 0.11
HSL 1.45º 0.75% 0.56% -
HSV(B) 1.45º 0.73% 0.89% -
XYZ 34.41 20.45 6.55 -
YUV 112.98 98.67 209.33 -
System Red Green Blue C M Y K H S L
Decimal 227 65 61 0 0.71 0.73 0.11 1.45 0.75 0.56
Hex E3 41 3D 0 47 49 B 1 4B 38
Octal 343 101 75 0 107 111 13 1 113 70
Binary 11100011 1000001 111101 0 1000111 1001001 1011 1 1001011 111000

Color Harmonies of #E3413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3413D

Black with #E3413D

Text Example


Text Example

White with #E3413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3413D; }

 p { color: rgb(227,65,61); }

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

background-color css

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

 a { background-color: rgb(227,65,61); }

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

border-color css

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

 span { border-color: rgb(227,65,61); }

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