Html Css Color HEX #EF502C Cinnabar

📋 copy color: '#EF502C'

red 239 ◦ green 80 ◦ blue 44

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

Shades of Cinnabar #EF502C

Tints of Cinnabar #EF502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.04%

 BLUE value IS 44 (17.58% from 255) = 12.12%

R = 65.84%
G = 22.04%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF502C (or 0xEF502C) is known color: Cinnabar. HEX triplet: EF, 50 and 2C. RGB value is (239,80,44). Sum of RGB (Red+Green+Blue) = 239+80+44=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF502C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF502C is #10AFD3. Grayscale: #7B7B7B. Windows color (decimal): -1093588 or 2904303. OLE color: 2904303.

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

Color convert

RGB 239 80 44 -
CMYK 0 0.67 0.82 0.06
HSL 11.08º 0.86% 0.55% -
HSV(B) 11.08º 0.82% 0.94% -
XYZ 38.92 24.27 5.02 -
YUV 123.44 83.18 210.43 -
System Red Green Blue C M Y K H S L
Decimal 239 80 44 0 0.67 0.82 0.06 11.08 0.86 0.55
Hex EF 50 2C 0 43 52 6 B 56 37
Octal 357 120 54 0 103 122 6 13 126 67
Binary 11101111 1010000 101100 0 1000011 1010010 110 1011 1010110 110111

Color Harmonies of #EF502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF502C

Black with #EF502C

Text Example


Text Example

White with #EF502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF502C; }

 p { color: rgb(239,80,44); }

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

background-color css

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

 a { background-color: rgb(239,80,44); }

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

border-color css

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

 span { border-color: rgb(239,80,44); }

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