Html Css Color HEX #EA521F Cinnabar

📋 copy color: '#EA521F'

red 234 ◦ green 82 ◦ blue 31

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

Shades of Cinnabar #EA521F

Tints of Cinnabar #EA521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.63%

 BLUE value IS 31 (12.5% from 255) = 8.93%

R = 67.44%
G = 23.63%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA521F (or 0xEA521F) is known color: Cinnabar. HEX triplet: EA, 52 and 1F. RGB value is (234,82,31). Sum of RGB (Red+Green+Blue) = 234+82+31=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA521F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA521F is #15ADE0. Grayscale: #797979. Windows color (decimal): -1420769 or 2052842. OLE color: 2052842.

HSL color Cylindrical-coordinate representation of color #EA521F: hue angle of 15.07º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA521F is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 82 31 -
CMYK 0 0.65 0.87 0.08
HSL 15.07º 0.83% 0.52% -
HSV(B) 15.07º 0.87% 0.92% -
XYZ 37.2 23.63 3.9 -
YUV 121.63 76.86 208.15 -
System Red Green Blue C M Y K H S L
Decimal 234 82 31 0 0.65 0.87 0.08 15.07 0.83 0.52
Hex EA 52 1F 0 41 57 8 F 53 34
Octal 352 122 37 0 101 127 10 17 123 64
Binary 11101010 1010010 11111 0 1000001 1010111 1000 1111 1010011 110100

Color Harmonies of #EA521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA521F

Black with #EA521F

Text Example


Text Example

White with #EA521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA521F; }

 p { color: rgb(234,82,31); }

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

background-color css

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

 a { background-color: rgb(234,82,31); }

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

border-color css

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

 span { border-color: rgb(234,82,31); }

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