Html Css Color HEX #EA512C Cinnabar

📋 copy color: '#EA512C'

red 234 ◦ green 81 ◦ blue 44

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

Shades of Cinnabar #EA512C

Tints of Cinnabar #EA512C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.26%

R = 65.18%
G = 22.56%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA512C (or 0xEA512C) is known color: Cinnabar. HEX triplet: EA, 51 and 2C. RGB value is (234,81,44). Sum of RGB (Red+Green+Blue) = 234+81+44=359 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.18% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 234 - color contains mainly: red. Hex color #EA512C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA512C is #15AED3. Grayscale: #7A7A7A. Windows color (decimal): -1421012 or 2904554. OLE color: 2904554.

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

Color convert

RGB 234 81 44 -
CMYK 0 0.65 0.81 0.08
HSL 11.68º 0.82% 0.55% -
HSV(B) 11.68º 0.81% 0.92% -
XYZ 37.33 23.56 4.96 -
YUV 122.53 83.69 207.51 -
System Red Green Blue C M Y K H S L
Decimal 234 81 44 0 0.65 0.81 0.08 11.68 0.82 0.55
Hex EA 51 2C 0 41 51 8 C 52 37
Octal 352 121 54 0 101 121 10 14 122 67
Binary 11101010 1010001 101100 0 1000001 1010001 1000 1100 1010010 110111

Color Harmonies of #EA512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA512C

Black with #EA512C

Text Example


Text Example

White with #EA512C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA512C; }

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

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

background-color css

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

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

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

border-color css

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

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

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