Html Css Color HEX #EA512F Cinnabar

📋 copy color: '#EA512F'

red 234 ◦ green 81 ◦ blue 47

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

Shades of Cinnabar #EA512F

Tints of Cinnabar #EA512F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.98%

R = 64.64%
G = 22.38%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EA512F (or 0xEA512F) is known color: Cinnabar. HEX triplet: EA, 51 and 2F. RGB value is (234,81,47). Sum of RGB (Red+Green+Blue) = 234+81+47=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA512F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA512F is #15AED0. Grayscale: #7B7B7B. Windows color (decimal): -1421009 or 3101162. OLE color: 3101162.

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

Color convert

RGB 234 81 47 -
CMYK 0 0.65 0.80 0.08
HSL 10.91º 0.82% 0.55% -
HSV(B) 10.91º 0.8% 0.92% -
XYZ 37.39 23.58 5.27 -
YUV 122.87 85.19 207.26 -
System Red Green Blue C M Y K H S L
Decimal 234 81 47 0 0.65 0.80 0.08 10.91 0.82 0.55
Hex EA 51 2F 0 41 50 8 B 52 37
Octal 352 121 57 0 101 120 10 13 122 67
Binary 11101010 1010001 101111 0 1000001 1010000 1000 1011 1010010 110111

Color Harmonies of #EA512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA512F

Black with #EA512F

Text Example


Text Example

White with #EA512F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA512F; }

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

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

background-color css

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

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

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

border-color css

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

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

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