Html Css Color HEX #EF5220 Cinnabar

📋 copy color: '#EF5220'

red 239 ◦ green 82 ◦ blue 32

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

Shades of Cinnabar #EF5220

Tints of Cinnabar #EF5220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.23%

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

R = 67.71%
G = 23.23%
B = 9.07%

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

#EF5220 (or 0xEF5220) is known color: Cinnabar. HEX triplet: EF, 52 and 20. RGB value is (239,82,32). Sum of RGB (Red+Green+Blue) = 239+82+32=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5220 is #10ADDF. Grayscale: #7B7B7B. Windows color (decimal): -1093088 or 2118383. OLE color: 2118383.

HSL color Cylindrical-coordinate representation of color #EF5220: hue angle of 14.49º 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 #EF5220 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 82 32 -
CMYK 0 0.66 0.87 0.06
HSL 14.49º 0.87% 0.53% -
HSV(B) 14.49º 0.87% 0.94% -
XYZ 38.87 24.49 4.04 -
YUV 123.24 76.51 210.57 -
System Red Green Blue C M Y K H S L
Decimal 239 82 32 0 0.66 0.87 0.06 14.49 0.87 0.53
Hex EF 52 20 0 42 57 6 E 57 35
Octal 357 122 40 0 102 127 6 16 127 65
Binary 11101111 1010010 100000 0 1000010 1010111 110 1110 1010111 110101

Color Harmonies of #EF5220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5220

Black with #EF5220

Text Example


Text Example

White with #EF5220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5220; }

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

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

background-color css

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

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

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

border-color css

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

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

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