Html Css Color HEX #EA4F3A Cinnabar

📋 copy color: '#EA4F3A'

red 234 ◦ green 79 ◦ blue 58

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

Shades of Cinnabar #EA4F3A

Tints of Cinnabar #EA4F3A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.29%

 BLUE value IS 58 (23.05% from 255) = 15.63%

R = 63.07%
G = 21.29%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA4F3A (or 0xEA4F3A) is known color: Cinnabar. HEX triplet: EA, 4F and 3A. RGB value is (234,79,58). Sum of RGB (Red+Green+Blue) = 234+79+58=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4F3A is #15B0C5. Grayscale: #7B7B7B. Windows color (decimal): -1421510 or 3821546. OLE color: 3821546.

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

Color convert

RGB 234 79 58 -
CMYK 0 0.66 0.75 0.08
HSL 7.16º 0.81% 0.57% -
HSV(B) 7.16º 0.75% 0.92% -
XYZ 37.49 23.39 6.54 -
YUV 122.95 91.35 207.21 -
System Red Green Blue C M Y K H S L
Decimal 234 79 58 0 0.66 0.75 0.08 7.16 0.81 0.57
Hex EA 4F 3A 0 42 4B 8 7 51 39
Octal 352 117 72 0 102 113 10 7 121 71
Binary 11101010 1001111 111010 0 1000010 1001011 1000 111 1010001 111001

Color Harmonies of #EA4F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4F3A

Black with #EA4F3A

Text Example


Text Example

White with #EA4F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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