Html Css Color HEX #EA4326 Cinnabar

📋 copy color: '#EA4326'

red 234 ◦ green 67 ◦ blue 38

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

Shades of Cinnabar #EA4326

Tints of Cinnabar #EA4326

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

 BLUE value IS 38 (15.23% from 255) = 11.21%

R = 69.03%
G = 19.76%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA4326 (or 0xEA4326) is known color: Cinnabar. HEX triplet: EA, 43 and 26. RGB value is (234,67,38). Sum of RGB (Red+Green+Blue) = 234+67+38=339 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.03% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4326 is #15BCD9. Grayscale: #717171. Windows color (decimal): -1424602 or 2507754. OLE color: 2507754.

HSL color Cylindrical-coordinate representation of color #EA4326: hue angle of 8.88º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA4326 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 67 38 -
CMYK 0 0.71 0.84 0.08
HSL 8.88º 0.82% 0.53% -
HSV(B) 8.88º 0.84% 0.92% -
XYZ 36.29 21.65 4.1 -
YUV 113.63 85.33 213.86 -
System Red Green Blue C M Y K H S L
Decimal 234 67 38 0 0.71 0.84 0.08 8.88 0.82 0.53
Hex EA 43 26 0 47 54 8 9 52 35
Octal 352 103 46 0 107 124 10 11 122 65
Binary 11101010 1000011 100110 0 1000111 1010100 1000 1001 1010010 110101

Color Harmonies of #EA4326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4326

Black with #EA4326

Text Example


Text Example

White with #EA4326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4326; }

 p { color: rgb(234,67,38); }

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

background-color css

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

 a { background-color: rgb(234,67,38); }

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

border-color css

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

 span { border-color: rgb(234,67,38); }

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