Html Css Color HEX #EA511F Cinnabar

📋 copy color: '#EA511F'

red 234 ◦ green 81 ◦ blue 31

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

Shades of Cinnabar #EA511F

Tints of Cinnabar #EA511F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

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

R = 67.63%
G = 23.41%
B = 8.96%

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

#EA511F (or 0xEA511F) is known color: Cinnabar. HEX triplet: EA, 51 and 1F. RGB value is (234,81,31). Sum of RGB (Red+Green+Blue) = 234+81+31=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA511F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA511F is #15AEE0. Grayscale: #797979. Windows color (decimal): -1421025 or 2052586. OLE color: 2052586.

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

Color convert

RGB 234 81 31 -
CMYK 0 0.65 0.87 0.08
HSL 14.78º 0.83% 0.52% -
HSV(B) 14.78º 0.87% 0.92% -
XYZ 37.12 23.48 3.87 -
YUV 121.05 77.19 208.57 -
System Red Green Blue C M Y K H S L
Decimal 234 81 31 0 0.65 0.87 0.08 14.78 0.83 0.52
Hex EA 51 1F 0 41 57 8 F 53 34
Octal 352 121 37 0 101 127 10 17 123 64
Binary 11101010 1010001 11111 0 1000001 1010111 1000 1111 1010011 110100

Color Harmonies of #EA511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA511F

Black with #EA511F

Text Example


Text Example

White with #EA511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA511F; }

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

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

background-color css

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

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

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

border-color css

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

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

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