Html Css Color HEX #EF5120 Cinnabar

📋 copy color: '#EF5120'

red 239 ◦ green 81 ◦ blue 32

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

Shades of Cinnabar #EF5120

Tints of Cinnabar #EF5120

RGB

 RED value IS 239 (93.75% from 255) = 67.9%

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

 BLUE value IS 32 (12.89% from 255) = 9.09%

R = 67.9%
G = 23.01%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF5120 (or 0xEF5120) is known color: Cinnabar. HEX triplet: EF, 51 and 20. RGB value is (239,81,32). Sum of RGB (Red+Green+Blue) = 239+81+32=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5120 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5120 is #10AEDF. Grayscale: #7B7B7B. Windows color (decimal): -1093344 or 2118127. OLE color: 2118127.

HSL color Cylindrical-coordinate representation of color #EF5120: hue angle of 14.2º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF5120 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 81 32 -
CMYK 0 0.66 0.87 0.06
HSL 14.2º 0.87% 0.53% -
HSV(B) 14.2º 0.87% 0.94% -
XYZ 38.8 24.34 4.02 -
YUV 122.66 76.85 210.98 -
System Red Green Blue C M Y K H S L
Decimal 239 81 32 0 0.66 0.87 0.06 14.2 0.87 0.53
Hex EF 51 20 0 42 57 6 E 57 35
Octal 357 121 40 0 102 127 6 16 127 65
Binary 11101111 1010001 100000 0 1000010 1010111 110 1110 1010111 110101

Color Harmonies of #EF5120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5120

Black with #EF5120

Text Example


Text Example

White with #EF5120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5120; }

 p { color: rgb(239,81,32); }

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

background-color css

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

 a { background-color: rgb(239,81,32); }

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

border-color css

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

 span { border-color: rgb(239,81,32); }

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