Html Css Color HEX #EA4A2E Cinnabar

📋 copy color: '#EA4A2E'

red 234 ◦ green 74 ◦ blue 46

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

Shades of Cinnabar #EA4A2E

Tints of Cinnabar #EA4A2E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.9%

 BLUE value IS 46 (18.36% from 255) = 12.99%

R = 66.1%
G = 20.9%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA4A2E (or 0xEA4A2E) is known color: Cinnabar. HEX triplet: EA, 4A and 2E. RGB value is (234,74,46). Sum of RGB (Red+Green+Blue) = 234+74+46=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4A2E is #15B5D1. Grayscale: #767676. Windows color (decimal): -1422802 or 3033834. OLE color: 3033834.

HSL color Cylindrical-coordinate representation of color #EA4A2E: hue angle of 8.94º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA4A2E is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 74 46 -
CMYK 0 0.68 0.80 0.08
HSL 8.94º 0.82% 0.55% -
HSV(B) 8.94º 0.8% 0.92% -
XYZ 36.87 22.59 5 -
YUV 118.65 87.01 210.28 -
System Red Green Blue C M Y K H S L
Decimal 234 74 46 0 0.68 0.80 0.08 8.94 0.82 0.55
Hex EA 4A 2E 0 44 50 8 9 52 37
Octal 352 112 56 0 104 120 10 11 122 67
Binary 11101010 1001010 101110 0 1000100 1010000 1000 1001 1010010 110111

Color Harmonies of #EA4A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A2E

Black with #EA4A2E

Text Example


Text Example

White with #EA4A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A2E; }

 p { color: rgb(234,74,46); }

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

background-color css

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

 a { background-color: rgb(234,74,46); }

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

border-color css

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

 span { border-color: rgb(234,74,46); }

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