Html Css Color HEX #E34B41 Cinnabar

📋 copy color: '#E34B41'

red 227 ◦ green 75 ◦ blue 65

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

Shades of Cinnabar #E34B41

Tints of Cinnabar #E34B41

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.44%

 BLUE value IS 65 (25.78% from 255) = 17.71%

R = 61.85%
G = 20.44%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E34B41 (or 0xE34B41) is known color: Cinnabar. HEX triplet: E3, 4B and 41. RGB value is (227,75,65). Sum of RGB (Red+Green+Blue) = 227+75+65=367 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.85% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 227 - color contains mainly: red. Hex color #E34B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34B41 is #1CB4BE. Grayscale: #777777. Windows color (decimal): -1881279 or 4279267. OLE color: 4279267.

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

Color convert

RGB 227 75 65 -
CMYK 0 0.67 0.71 0.11
HSL 3.7º 0.74% 0.57% -
HSV(B) 3.7º 0.71% 0.89% -
XYZ 35.15 21.74 7.35 -
YUV 119.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 227 75 65 0 0.67 0.71 0.11 3.7 0.74 0.57
Hex E3 4B 41 0 43 47 B 4 4A 39
Octal 343 113 101 0 103 107 13 4 112 71
Binary 11100011 1001011 1000001 0 1000011 1000111 1011 100 1001010 111001

Color Harmonies of #E34B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34B41

Black with #E34B41

Text Example


Text Example

White with #E34B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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