Html Css Color HEX #EF5122 Cinnabar

📋 copy color: '#EF5122'

red 239 ◦ green 81 ◦ blue 34

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

Shades of Cinnabar #EF5122

Tints of Cinnabar #EF5122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.6%

R = 67.51%
G = 22.88%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF5122 (or 0xEF5122) is known color: Cinnabar. HEX triplet: EF, 51 and 22. RGB value is (239,81,34). Sum of RGB (Red+Green+Blue) = 239+81+34=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5122 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5122 is #10AEDD. Grayscale: #7B7B7B. Windows color (decimal): -1093342 or 2249199. OLE color: 2249199.

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

Color convert

RGB 239 81 34 -
CMYK 0 0.66 0.86 0.06
HSL 13.76º 0.86% 0.54% -
HSV(B) 13.76º 0.86% 0.94% -
XYZ 38.83 24.35 4.17 -
YUV 122.88 77.85 210.82 -
System Red Green Blue C M Y K H S L
Decimal 239 81 34 0 0.66 0.86 0.06 13.76 0.86 0.54
Hex EF 51 22 0 42 56 6 E 56 36
Octal 357 121 42 0 102 126 6 16 126 66
Binary 11101111 1010001 100010 0 1000010 1010110 110 1110 1010110 110110

Color Harmonies of #EF5122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5122

Black with #EF5122

Text Example


Text Example

White with #EF5122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5122; }

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

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

background-color css

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

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

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

border-color css

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

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

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