Html Css Color HEX #EA4635 Cinnabar

📋 copy color: '#EA4635'

red 234 ◦ green 70 ◦ blue 53

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

Shades of Cinnabar #EA4635

Tints of Cinnabar #EA4635

RGB

 RED value IS 234 (91.8% from 255) = 65.55%

 GREEN value IS 70 (27.73% from 255) = 19.61%

 BLUE value IS 53 (21.09% from 255) = 14.85%

R = 65.55%
G = 19.61%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EA4635 (or 0xEA4635) is known color: Cinnabar. HEX triplet: EA, 46 and 35. RGB value is (234,70,53). Sum of RGB (Red+Green+Blue) = 234+70+53=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4635 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4635 is #15B9CA. Grayscale: #757575. Windows color (decimal): -1423819 or 3491562. OLE color: 3491562.

HSL color Cylindrical-coordinate representation of color #EA4635: hue angle of 5.64º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA4635 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 70 53 -
CMYK 0 0.70 0.77 0.08
HSL 5.64º 0.81% 0.56% -
HSV(B) 5.64º 0.77% 0.92% -
XYZ 36.76 22.13 5.7 -
YUV 117.1 91.83 211.38 -
System Red Green Blue C M Y K H S L
Decimal 234 70 53 0 0.70 0.77 0.08 5.64 0.81 0.56
Hex EA 46 35 0 46 4D 8 6 51 38
Octal 352 106 65 0 106 115 10 6 121 70
Binary 11101010 1000110 110101 0 1000110 1001101 1000 110 1010001 111000

Color Harmonies of #EA4635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4635

Black with #EA4635

Text Example


Text Example

White with #EA4635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4635; }

 p { color: rgb(234,70,53); }

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

background-color css

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

 a { background-color: rgb(234,70,53); }

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

border-color css

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

 span { border-color: rgb(234,70,53); }

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