Html Css Color HEX #EA3A26 Cinnabar

📋 copy color: '#EA3A26'

red 234 ◦ green 58 ◦ blue 38

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

Shades of Cinnabar #EA3A26

Tints of Cinnabar #EA3A26

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.58%

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

R = 70.91%
G = 17.58%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EA3A26 (or 0xEA3A26) is known color: Cinnabar. HEX triplet: EA, 3A and 26. RGB value is (234,58,38). Sum of RGB (Red+Green+Blue) = 234+58+38=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3A26 is #15C5D9. Grayscale: #6C6C6C. Windows color (decimal): -1426906 or 2505450. OLE color: 2505450.

HSL color Cylindrical-coordinate representation of color #EA3A26: hue angle of 6.12º 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 #EA3A26 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 58 38 -
CMYK 0 0.75 0.84 0.08
HSL 6.12º 0.82% 0.53% -
HSV(B) 6.12º 0.84% 0.92% -
XYZ 35.79 20.66 3.93 -
YUV 108.34 88.31 217.63 -
System Red Green Blue C M Y K H S L
Decimal 234 58 38 0 0.75 0.84 0.08 6.12 0.82 0.53
Hex EA 3A 26 0 4B 54 8 6 52 35
Octal 352 72 46 0 113 124 10 6 122 65
Binary 11101010 111010 100110 0 1001011 1010100 1000 110 1010010 110101

Color Harmonies of #EA3A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3A26

Black with #EA3A26

Text Example


Text Example

White with #EA3A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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