Html Css Color HEX #EA512D Cinnabar

📋 copy color: '#EA512D'

red 234 ◦ green 81 ◦ blue 45

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

Shades of Cinnabar #EA512D

Tints of Cinnabar #EA512D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.5%

R = 65%
G = 22.5%
B = 12.5%

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

#EA512D (or 0xEA512D) is known color: Cinnabar. HEX triplet: EA, 51 and 2D. RGB value is (234,81,45). Sum of RGB (Red+Green+Blue) = 234+81+45=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA512D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA512D is #15AED2. Grayscale: #7A7A7A. Windows color (decimal): -1421011 or 2970090. OLE color: 2970090.

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

Color convert

RGB 234 81 45 -
CMYK 0 0.65 0.81 0.08
HSL 11.43º 0.82% 0.55% -
HSV(B) 11.43º 0.81% 0.92% -
XYZ 37.35 23.57 5.06 -
YUV 122.64 84.19 207.43 -
System Red Green Blue C M Y K H S L
Decimal 234 81 45 0 0.65 0.81 0.08 11.43 0.82 0.55
Hex EA 51 2D 0 41 51 8 B 52 37
Octal 352 121 55 0 101 121 10 13 122 67
Binary 11101010 1010001 101101 0 1000001 1010001 1000 1011 1010010 110111

Color Harmonies of #EA512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA512D

Black with #EA512D

Text Example


Text Example

White with #EA512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA512D; }

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

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

background-color css

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

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

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

border-color css

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

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

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